Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv23455/src/gui

Modified Files:
        wxHeadersDialogs.cpp 
Log Message:
some strings were not extracted for translation (part of bug 746)

Index: wxHeadersDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxHeadersDialogs.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -b -u -2 -r1.38 -r1.39
--- wxHeadersDialogs.cpp        4 Jan 2003 23:58:33 -0000       1.38
+++ wxHeadersDialogs.cpp        19 Jul 2003 23:20:56 -0000      1.39
@@ -405,5 +405,5 @@
    for ( size_t header = 0; header < Header_Max; header++ )
    {
-      wxStaticText *label = new wxStaticText(this, -1, ms_headerNames[header]);
+      wxStaticText *label = new wxStaticText(this, -1, _(ms_headerNames[header]));
       m_textvalues[header] = new wxTextCtrl(this, TextCtrlId + header);
 



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to