Revision: 7433
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7433&view=rev
Author:   vadz
Date:     2008-04-28 06:06:08 -0700 (Mon, 28 Apr 2008)

Log Message:
-----------
no changes, just updated a very old comment

Modified Paths:
--------------
    trunk/M/include/gui/wxOptionsPage.h

Modified: trunk/M/include/gui/wxOptionsPage.h
===================================================================
--- trunk/M/include/gui/wxOptionsPage.h 2008-04-28 12:08:52 UTC (rev 7432)
+++ trunk/M/include/gui/wxOptionsPage.h 2008-04-28 13:06:08 UTC (rev 7433)
@@ -122,8 +122,11 @@
    struct FieldInfo
    {
       const char   *label;   // which is shown in the dialog
-      int           flags;   // containts the type and the flags (see above)
-      int           enable;  // disable this field if "enable" field is 
unchecked
+      int           flags;   // contains the type and the flags (see above)
+      int           enable;  // enable this field depending on the value of
+                             // the "enable" one if != -1 (using negative ids
+                             // != -1 negates the condition, i.e. this field is
+                             // disabled when the checkbox is checked)
    };
 
    typedef const FieldInfo *FieldInfoArray;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to