projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor corrections to the documentations.
[wxWidgets.git]
/
src
/
os2
/
settings.cpp
diff --git
a/src/os2/settings.cpp
b/src/os2/settings.cpp
index b384ebb03478dae2d41b8a41b6eaf0e9fc42a2fd..89f7710bdc1c8499cc4cc956c4d909c920485a87 100644
(file)
--- a/
src/os2/settings.cpp
+++ b/
src/os2/settings.cpp
@@
-248,7
+248,7
@@
wxFont wxSystemSettingsNative::GetFont(
wxFONTWEIGHT_NORMAL );
break;
default:
- wxFAIL_MSG(
_
T("stock font not found") );
+ wxFAIL_MSG(
wx
T("stock font not found") );
return GetFont(wxSYS_ANSI_VAR_FONT);
}