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

Modified Files:
        wxOptionsDlg.cpp 
Log Message:
show "Save" file dialog, not "Open" for the log file option (bug 637)

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.328
retrieving revision 1.329
diff -b -u -2 -r1.328 -r1.329
--- wxOptionsDlg.cpp    20 Apr 2002 14:14:40 -0000      1.328
+++ wxOptionsDlg.cpp    27 Apr 2002 11:39:22 -0000      1.329
@@ -1470,5 +1470,5 @@
                   "are no bugs in Mahogany, but just in case :-)"),             
Field_Message,    -1,                    },
    { gettext_noop("Show &log window"),             Field_Bool,    -1,                 
   },
-   { gettext_noop("Log to &file"),                 Field_File,    -1,                 
   },
+   { gettext_noop("Log to &file"),                 Field_File | Field_FileSave,    
+-1,                    },
    { gettext_noop("Debug server and mailbox access"), Field_Bool, -1                  
   },
    { gettext_noop("Show &tips at startup"),        Field_Bool,    -1,                 
   },
@@ -2068,5 +2068,6 @@
 
          case Field_File:
-            last = CreateFileEntry(_(m_aFields[n].label), widthMax, last);
+            last = CreateFileEntry(_(m_aFields[n].label), widthMax, last,
+                                   NULL, !(flags & Field_FileSave));
             break;
 


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

Reply via email to