- helpMenu->Append(Minimal_About, _T("&About...\tF1"), _T("Show about dialog"));
-
- fileMenu->Append(Minimal_Persist, _T("Persist a wxFrame to XML..."),
- _T("Creates a wxFrame using wxXTI and saves its description as XML"));
- fileMenu->Append(Minimal_Depersist, _T("Depersist XML file..."),
- _T("Loads the description of wxFrame from XML"));
- fileMenu->Append(Minimal_GenerateCode, _T("Generate code for a wxFrame saved to XML..."),
- _T("Generates the C++ code which belong to a persisted wxFrame"));
+ helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog"));
+
+ fileMenu->Append(Minimal_Persist, wxT("Persist a wxFrame to XML..."),
+ wxT("Creates a wxFrame using wxXTI and saves its description as XML"));
+ fileMenu->Append(Minimal_Depersist, wxT("Depersist XML file..."),
+ wxT("Loads the description of wxFrame from XML"));
+ fileMenu->Append(Minimal_GenerateCode, wxT("Generate code for a wxFrame saved to XML..."),
+ wxT("Generates the C++ code which belong to a persisted wxFrame"));