Update of /cvsroot/mahogany/M/include/gui
In directory usw-pr-cvs1:/tmp/cvs-serv10182/include/gui

Modified Files:
        wxOptionsPage.h 
Log Message:
added the home folder option and implemented it

Index: wxOptionsPage.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxOptionsPage.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -b -u -2 -r1.54 -r1.55
--- wxOptionsPage.h     6 Mar 2002 18:14:50 -0000       1.54
+++ wxOptionsPage.h     18 Mar 2002 14:20:06 -0000      1.55
@@ -173,4 +173,7 @@
 
 protected:
+   /// get the name of the folder we're editing the options of
+   String GetFolderName() const;
+
    // range of our controls in m_aFields
    size_t m_nFirst, m_nLast;
@@ -473,4 +476,10 @@
 public:
    wxOptionsPageFolderTree(wxNotebook *parent, Profile *profile);
+
+   virtual bool TransferDataToWindow();
+   virtual bool TransferDataFromWindow();
+
+private:
+   bool m_isHomeOrig;
 };
 


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to