Update of /cvsroot/mahogany/M/src/adb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15929/src/adb
Modified Files:
ProvBbdb.cpp
Log Message:
changed MProgressDialog to take flags, as wxProgressDialog does, not bool parameters
Index: ProvBbdb.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/ProvBbdb.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -b -u -2 -r1.39 -r1.40
--- ProvBbdb.cpp 24 Oct 2003 15:00:07 -0000 1.39
+++ ProvBbdb.cpp 13 Jul 2004 23:28:55 -0000 1.40
@@ -701,6 +701,12 @@
}
- MProgressDialog status_frame(_T("BBDB import"), _T("Importing..."),
- length, NULL);// open a status window:
+ MProgressDialog status_frame
+ (
+ _T("BBDB import"),
+ _T("Importing..."),
+ length,
+ NULL,
+ wxPD_APP_MODAL
+ );
do
{
@@ -770,5 +776,5 @@
length++;
MProgressDialog status_frame(_T("BBDB"), _T("Saving..."),
- length, NULL);// open a status window:
+ length, NULL, wxPD_APP_MODAL);
String str;
-------------------------------------------------------
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