]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxFile/wxFile.cpp
a small script to regenerate makefiles without running configure
[wxWidgets.git] / user / wxFile / wxFile.cpp
index 01b66dd1224ef62eda5c97a112529cd4d127f031..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" );
-  wxString str;
-  wxGetHomeDir( & str );
-  homepath = str;
+  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) );