compilation fix after _() changes; also don't use wxChar for purely ASCII strings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-01-09 14:35:11 +00:00
parent aaf4caeedc
commit 1153f54c0e
4 changed files with 45 additions and 45 deletions

View File

@@ -24,7 +24,7 @@
// declarations
//============================================================================
#define DEFAULT_LANGUAGE _("<default>")
#define DEFAULT_LANGUAGE "<default>"
#define PAGE_COMMON _("Common")
#define PAGE_LANGUAGES _("Languages")