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:
@@ -121,12 +121,12 @@ extern const CommonInfo g_CommonPrefs;
|
||||
// LanguageInfo
|
||||
|
||||
struct LanguageInfo {
|
||||
const wxChar *name;
|
||||
const wxChar *filepattern;
|
||||
const char *name;
|
||||
const char *filepattern;
|
||||
int lexer;
|
||||
struct {
|
||||
int type;
|
||||
const wxChar *words;
|
||||
const char *words;
|
||||
} styles [STYLE_TYPES_COUNT];
|
||||
int folds;
|
||||
};
|
||||
|
Reference in New Issue
Block a user