]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/app.cpp
corrected copied headers
[wxWidgets.git] / src / mac / carbon / app.cpp
index 037fa35994415d91e4375eb889311a1b25f3235e..83406b962384de5bb166d0d55b15fa957c29f396 100644 (file)
@@ -633,7 +633,7 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
 #if TARGET_API_MAC_OSX
     // these might be the startup dirs, set them to the 'usual' dir containing the app bundle
     wxString startupCwd = wxGetCwd() ;
-    if ( startupCwd == "/" || startupCwd.Right(15) == "/Contents/MacOS" )
+    if ( startupCwd == wxT("/") || startupCwd.Right(15) == wxT("/Contents/MacOS") )
     {
         wxString cwd ;
         CFURLRef url = CFBundleCopyBundleURL(CFBundleGetMainBundle() ) ;