Revision: 7349
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7349&view=rev
Author:   vadz
Date:     2007-08-27 14:44:47 -0700 (Mon, 27 Aug 2007)

Log Message:
-----------
make the progress dialog wider by default

Modified Paths:
--------------
    trunk/M/src/modules/Filters.cpp

Modified: trunk/M/src/modules/Filters.cpp
===================================================================
--- trunk/M/src/modules/Filters.cpp     2007-08-27 21:44:22 UTC (rev 7348)
+++ trunk/M/src/modules/Filters.cpp     2007-08-27 21:44:47 UTC (rev 7349)
@@ -2800,7 +2800,9 @@
                      m_msgs.GetCount(),
                      m_parent->m_MailFolder->GetName().c_str()
                   ),
-                  _T("\n\n\n"),  // must be tall enough for 4 lines
+                  // make the message wide enough to show filtering messages
+                  // and tall enough for 4 lines that we use for them
+                  "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW\n\n\n",
                   2*m_msgs.GetCount(),
                   frame
                );


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to