Doc updates.
Minor dc change. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -540,7 +540,7 @@ bool WriteHPJ(char *filename)
|
||||
if (thePath.IsEmpty())
|
||||
thePath = ".";
|
||||
fprintf(fd, "[OPTIONS]\n");
|
||||
fprintf(fd, "BMROOT=%s ; Assume that bitmaps are where the source is\n", thePath);
|
||||
fprintf(fd, "BMROOT=%s ; Assume that bitmaps are where the source is\n", thePath.c_str());
|
||||
fprintf(fd, "TITLE=%s\n", helpTitle);
|
||||
fprintf(fd, "CONTENTS=Contents\n");
|
||||
|
||||
|
Reference in New Issue
Block a user