Revision: 7223
          http://svn.sourceforge.net/mahogany/?rev=7223&view=rev
Author:   vadz
Date:     2007-04-02 18:10:16 -0700 (Mon, 02 Apr 2007)

Log Message:
-----------
use wxTE_PASSWORD instead of wxPASSWORD

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

Modified: trunk/M/src/gui/wxMFolderDialogs.cpp
===================================================================
--- trunk/M/src/gui/wxMFolderDialogs.cpp        2007-04-03 01:08:07 UTC (rev 
7222)
+++ trunk/M/src/gui/wxMFolderDialogs.cpp        2007-04-03 01:10:16 UTC (rev 
7223)
@@ -1076,7 +1076,7 @@
 
    m_login = CreateTextWithLabel(labels[Label_Login], widthMax, m_radio);
    m_password = CreateTextWithLabel(labels[Label_Password], widthMax, m_login,
-                                    0, wxPASSWORD);
+                                    0, wxTE_PASSWORD);
    m_server = CreateTextWithLabel(labels[Label_Server], widthMax, m_password);
    m_mailboxname = CreateTextWithLabel(labels[Label_Mailboxname], widthMax, 
m_server);
    m_newsgroup = CreateTextWithLabel(labels[Label_Newsgroup], widthMax, 
m_mailboxname);


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