Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv24703/src/gui
Modified Files:
wxTemplateDialog.cpp
Log Message:
some strings were not extracted for translation (part of bug 746)
Index: wxTemplateDialog.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxTemplateDialog.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -b -u -2 -r1.28 -r1.29
--- wxTemplateDialog.cpp 29 Jan 2003 18:44:44 -0000 1.28
+++ wxTemplateDialog.cpp 19 Jul 2003 23:28:29 -0000 1.29
@@ -362,5 +362,5 @@
// first create the entry for the submenu
wxMenu *submenu = new wxMenu;
- menu->Append(m_items.GetCount(), menuitem.label, submenu);
+ menu->Append(m_items.GetCount(), _(menuitem.label), submenu);
// next subitems
@@ -381,5 +381,5 @@
case TemplatePopupMenuItem::File:
case TemplatePopupMenuItem::Text:
- menu->Append(m_items.GetCount(), menuitem.label);
+ menu->Append(m_items.GetCount(), _(menuitem.label));
break;
-------------------------------------------------------
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