Revision: 7227
          http://svn.sourceforge.net/mahogany/?rev=7227&view=rev
Author:   vadz
Date:     2007-04-03 05:28:49 -0700 (Tue, 03 Apr 2007)

Log Message:
-----------
don't use wxEmptyString in operator?:

Modified Paths:
--------------
    trunk/M/src/gui/wxComposeView.cpp

Modified: trunk/M/src/gui/wxComposeView.cpp
===================================================================
--- trunk/M/src/gui/wxComposeView.cpp   2007-04-03 01:14:58 UTC (rev 7226)
+++ trunk/M/src/gui/wxComposeView.cpp   2007-04-03 12:28:49 UTC (rev 7227)
@@ -3140,7 +3140,7 @@
 void wxComposeView::EnableEditing(bool enable)
 {
    // indicate the current state in the status bar
-   SetStatusText(enable ? wxEmptyString : _("RO"), 1);
+   SetStatusText(enable ? "" : _("RO"), 1);
 
    m_editor->Enable(enable);
 }


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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to