projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ehm... fixed my comment about DJGPP to say what I wanted it to say
[wxWidgets.git]
/
src
/
msw
/
helpbest.cpp
diff --git
a/src/msw/helpbest.cpp
b/src/msw/helpbest.cpp
index 8de443a243dcd05e9d3408b8e25bdee058f1f61a..ec408ee30ed67b4c1b586a4dea06ed9c00485482 100644
(file)
--- a/
src/msw/helpbest.cpp
+++ b/
src/msw/helpbest.cpp
@@
-92,7
+92,7
@@
wxString wxBestHelpController::GetValidFilename( const wxString& filename ) cons
break;
default:
// we CAN'T get here
- wxFAIL_MSG(
"wxBestHelpController: Must call Initialize, first!"
);
+ wxFAIL_MSG(
wxT("wxBestHelpController: Must call Initialize, first!")
);
return wxEmptyString;
break;
}