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

Modified Files:
        wxOptionsPage.h 
Log Message:
added support for using file config by default under Windows

Index: wxOptionsPage.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxOptionsPage.h,v
retrieving revision 1.62
retrieving revision 1.63
diff -b -u -2 -r1.62 -r1.63
--- wxOptionsPage.h     19 Sep 2003 13:31:20 -0000      1.62
+++ wxOptionsPage.h     27 Sep 2003 23:14:26 -0000      1.63
@@ -568,6 +568,12 @@
 
 protected:
-   // may be true, false or -1 if unknown
-   int m_SyncRemote;
+   // do we want to use settings synchronization?
+   // (may be true, false or -1 if unknown)
+   int m_activateSync;
+
+#ifdef OS_WIN
+   // do we use config file (or registry, which is default) now?
+   int m_usingConfigFile;
+#endif // OS_WIN
 
 private:



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to