]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxFile/wxFile.cpp
Fix to parser.y to make it compile with makefile.unx; wxFileConfig
[wxWidgets.git] / user / wxFile / wxFile.cpp
index 63c3ed03f6e17c2306418d6d46923e0c36d7291e..5c93b977dfbef36bae3715139cd4ee3d17f9b800 100644 (file)
@@ -155,10 +155,9 @@ MyFrame::MyFrame(void) :
   m_leftFile = (wxFileCtrl *) NULL;
   m_dir = new wxDirCtrl( m_splitter, ID_DIRCTRL, "/", wxPoint(10,45), wxSize(200,330) );
   
-  wxString homepath( "/home" );
-  char buf[300];
-  wxGetHomeDir( buf );
-  homepath = buf;
+  wxString homepath;
+  wxGetHomeDir( &homepath );
+  
   m_rightFile = new wxFileCtrl( m_splitter, ID_FILECTRL, homepath, wxPoint(220,5), wxSize(200,330) );
    
   m_leftFile = new wxFileCtrl( m_splitter, ID_FILECTRL, homepath, wxPoint(0,5), wxSize(200,330) );