Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1392/src/gui

Modified Files:
        wxHeadersDialogs.cpp 
Log Message:
fixed typo which prevented custom headers dialog doing anything

Index: wxHeadersDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxHeadersDialogs.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -b -u -2 -r1.46 -r1.47
--- wxHeadersDialogs.cpp        11 Oct 2003 23:13:47 -0000      1.46
+++ wxHeadersDialogs.cpp        26 Feb 2005 23:26:16 -0000      1.47
@@ -1158,5 +1158,5 @@
    wxCustomHeaderDialog dlg(profile, parent, letUserChooseType);
 
-   if ( dlg.ShowModal() == wxID_OK )
+   if ( dlg.ShowModal() != wxID_OK )
    {
       // cancelled



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to