]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
added vendor display name (for consistency with app display name &c) (patch 1831303)
[wxWidgets.git] / src / common / appbase.cpp
index 738d2f311a81fdf56f523111e35836e983bbffdb..66297871a4375928766f395b6ed7bb024a8b29ec 100644 (file)
@@ -177,11 +177,7 @@ bool wxAppConsoleBase::Initialize(int& argcOrig, wxChar **argvOrig)
 #endif
 
 #ifndef __WXPALMOS__
-#if wxUSE_UNICODE
-    if ( m_appName.empty() && (bool) argv )
-#else
     if ( m_appName.empty() && argv )
-#endif
     {
         // the application name is, by default, the name of its executable file
         wxFileName::SplitPath(argv[0], NULL, &m_appName, NULL);