projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
applied SourceForge patch #440594 which corrects ListBox related errors
[wxWidgets.git]
/
include
/
wx
/
intl.h
diff --git
a/include/wx/intl.h
b/include/wx/intl.h
index 85218152344c755a6fe4bf0bb6d8222ec5e7eadb..7005b680bb92254616ba105ce577bc658a0ba61b 100644
(file)
--- a/
include/wx/intl.h
+++ b/
include/wx/intl.h
@@
-492,7
+492,7
@@
inline const wxMB2WXbuf wxGetTranslation(const wxChar *sz)
// Note: use of 'inline' here can cause this symbol not to be found when compiled with gcc
//const wxChar *wxGetTranslation(const wxChar *sz);
-#define wxGetTranslation(sz)
sz
+#define wxGetTranslation(sz)
(sz)
#endif // wxUSE_INTL/!wxUSE_INTL