]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/dirdlg.cpp
trying to avoid redraw problems at wrong places
[wxWidgets.git] / src / mac / carbon / dirdlg.cpp
index 686405423442d2f944726f597cb2fe81a25d904a..0b4c7df19566e52d9da444682f494bada976329b 100644 (file)
@@ -40,7 +40,7 @@ wxDirDialog::wxDirDialog(wxWindow *parent,
                          const wxSize& WXUNUSED(size),
                          const wxString& WXUNUSED(name))
 {
-    wxASSERT_MSG( NavServicesAvailable() , "Navigation Services are not running" ) ;
+    wxASSERT_MSG( NavServicesAvailable() , wxT("Navigation Services are not running") ) ;
     m_message = message;
     m_dialogStyle = style;
     m_parent = parent;
@@ -92,7 +92,7 @@ int wxDirDialog::ShowModal()
                         0L);                            // User Data
     
     if ( (err != noErr) && (err != userCanceledErr) ) {
-        m_path = "" ;
+        m_path = wxT("") ;
         return wxID_CANCEL ;
     }
 
@@ -104,7 +104,7 @@ int wxDirDialog::ShowModal()
         
         OSErr err = ::AECoerceDesc( &mNavReply.selection , typeFSS, &specDesc);
         if ( err != noErr ) {
-            m_path = "" ;
+            m_path = wxT("") ;
             return wxID_CANCEL ;
         }            
         folderInfo = **(FSSpec**) specDesc.dataHandle;
@@ -130,7 +130,7 @@ int wxDirDialog::ShowModal()
         
         err = ::PBGetCatInfoSync(&thePB);
         if ( err != noErr ) {
-            m_path = "" ;
+            m_path = wxT("")  ;
             return wxID_CANCEL ;
         }            
                                             // Create cannonical FSSpec