projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move code that does not need realized GdkWinow out of realize handler
[wxWidgets.git]
/
utils
/
hhp2cached
/
hhp2cached.cpp
diff --git
a/utils/hhp2cached/hhp2cached.cpp
b/utils/hhp2cached/hhp2cached.cpp
index 655f4f8dbb6426bcff7b4ad5951a0609bfb1514f..ffcd539982c9b370a763c78172dd8e65edc2ec8c 100644
(file)
--- a/
utils/hhp2cached/hhp2cached.cpp
+++ b/
utils/hhp2cached/hhp2cached.cpp
@@
-33,10
+33,10
@@
bool MyApp::OnInit()
for (int i = 1; i < argc; i++)
{
wxHtmlHelpData data;
- wxPrintf(
_
T("Processing %s...\n"), argv[i]);
+ wxPrintf(
wx
T("Processing %s...\n"), argv[i]);
data.SetTempDir(wxPathOnly(argv[i]));
data.AddBook(argv[i]);
}
- return
FALSE
;
+ return
false
;
}