Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18021/src/gui

Modified Files:
        wxOptionsDlg.cpp 
Log Message:
don't use the deprecated wxStripMenuCodes() overload

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.429
retrieving revision 1.430
diff -b -u -2 -r1.429 -r1.430
--- wxOptionsDlg.cpp    23 Jun 2006 23:27:30 -0000      1.429
+++ wxOptionsDlg.cpp    31 Jul 2006 00:38:47 -0000      1.430
@@ -4781,5 +4781,6 @@
 
       m_checklistBox->Append(
-            
wxStripMenuCodes(wxGetTranslation(wxOptionsPageStandard::ms_aFields[n].label)));
+            wxStripMenuCodes(wxString(
+                
wxGetTranslation(wxOptionsPageStandard::ms_aFields[n].label))));
    }
 


-------------------------------------------------------------------------
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