Update of /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/unix
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4385/include/wxDevCenter/unix
Modified Files:
FileSystemStandard.h
Log Message:
Make all FileSystem controls using FileDescription for manipulating files.
Make FileSystemDialog use the default wxBookCtrl instead of wxListbook beacause wxListbook looks buggy on linux.
Index: FileSystemStandard.h
===================================================================
RCS file: /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/unix/FileSystemStandard.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FileSystemStandard.h 26 Jan 2005 16:11:45 -0000 1.1
--- FileSystemStandard.h 17 Aug 2005 15:01:06 -0000 1.2
***************
*** 53,57 ****
FileSystemStandardUnix();
wxString GetRoot()const{return wxT("/");}
! FilePath GetRootPath()const{return wxT("file:");}
wxString FindFirst(FilePath strPath, int iFlags);
wxString FindNext();
--- 53,57 ----
FileSystemStandardUnix();
wxString GetRoot()const{return wxT("/");}
! FilePath GetRootPath()const{return wxT("file:/");}
wxString FindFirst(FilePath strPath, int iFlags);
wxString FindNext();
|