Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv16738/src/util
Modified Files:
upgrade.cpp
Log Message:
add the dial up page to the wizard sizer
Index: upgrade.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/upgrade.cpp,v
retrieving revision 1.208
retrieving revision 1.209
diff -b -u -2 -r1.208 -r1.209
--- upgrade.cpp 23 Jul 2003 12:05:39 -0000 1.208
+++ upgrade.cpp 23 Jul 2003 20:09:44 -0000 1.209
@@ -1655,6 +1655,13 @@
#if wxCHECK_VERSION(2,5,0)
+ // we need to add to the sizer all pages not reachable from the initial one
+ // by calling GetNext()
wizard->GetPageAreaSizer()->Add(welcomePage);
-#endif
+ #ifdef USE_DIALUP
+ wizard->GetPageAreaSizer()->Add(
+ welcomePage->GetPageById(InstallWizard_DialUpPage)
+ );
+ #endif // USE_DIALUP
+#endif // wxWindows 2.5.0+
// the wizard may be either cancelled or a checkbox may be used to skip it
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates