]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
More wxChar conversion
[wxWidgets.git] / include / wx / msw / app.h
index c5cfa879c8eed9705075e27794991fdc7d265986..85a0e6cd34f64734aafd3daa6aef0f5f78c4414f 100644 (file)
@@ -79,7 +79,7 @@ class WXDLLEXPORT wxApp: public wxEvtHandler
   inline bool GetExitOnFrameDelete() const { return m_exitOnFrameDelete; }
 
   inline const wxString& GetAppName() const {
-      if (m_appName != "")
+      if (m_appName != _T(""))
         return m_appName;
       else return m_className;
     }