Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv14068/src/gui
Modified Files:
wxMApp.cpp
Log Message:
compilation fix for !USE_DIALUP
Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.243
retrieving revision 1.244
diff -b -u -2 -r1.243 -r1.244
--- wxMApp.cpp 27 Aug 2002 23:48:57 -0000 1.243
+++ wxMApp.cpp 2 Sep 2002 15:57:14 -0000 1.244
@@ -1881,5 +1881,13 @@
// SF_STANDARD is the largest and takes thrice as much space as SF_FOLDER
// while SF_ONLINE and SF_OUTBOX have fixed width
- static const int s_statusWidths[] = { -3, -1, 70, 150 };
+ static const int s_statusWidths[] =
+ {
+ -3, // main pane
+ -1, // folder view status
+#ifdef USE_DIALUP
+ 70, // online/offline
+#endif // USE_DIALUP
+ 150, // outbox status
+ };
wxCOMPILE_TIME_ASSERT2( WXSIZEOF(s_statusWidths) == SF_MAXIMUM,
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates