Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15929/src/gui
Modified Files:
wxIconManager.cpp wxMsgCmdProc.cpp
Log Message:
changed MProgressDialog to take flags, as wxProgressDialog does, not bool parameters
Index: wxIconManager.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxIconManager.cpp,v
retrieving revision 1.107
retrieving revision 1.108
diff -b -u -2 -r1.107 -r1.108
--- wxIconManager.cpp 2 May 2004 14:00:11 -0000 1.107
+++ wxIconManager.cpp 13 Jul 2004 23:28:55 -0000 1.108
@@ -165,5 +165,5 @@
{
pdlg = new MProgressDialog(_("Please wait"), _("Loading image..."),
- ms_NumOfHandlers+3, NULL, false, true);
+ ms_NumOfHandlers+3);
}
// suppress any error logging from image handlers, some of them
Index: wxMsgCmdProc.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMsgCmdProc.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -b -u -2 -r1.62 -r1.63
--- wxMsgCmdProc.cpp 12 Jul 2004 20:59:27 -0000 1.62
+++ wxMsgCmdProc.cpp 13 Jul 2004 23:28:55 -0000 1.63
@@ -1479,6 +1479,5 @@
count,
GetFrame(), // parent
- true, // disable parent only
- true // abort button
+ wxPD_CAN_ABORT
);
}
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates