Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv20657/src/modules
Modified Files:
BareBonesEditor.cpp
Log Message:
Internationalized texts
Index: BareBonesEditor.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/BareBonesEditor.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- BareBonesEditor.cpp 31 Aug 2003 14:02:05 -0000 1.4
+++ BareBonesEditor.cpp 31 Aug 2003 14:45:13 -0000 1.5
@@ -536,5 +536,5 @@
{
wxPanel *body = new wxPanel(this);
- AddPage(body,_T("Message Body"));
+ AddPage(body,_("Message Body"));
wxSizer *textColumn = new wxBoxSizer(wxVERTICAL);
@@ -560,5 +560,5 @@
_("Unformat Paragraph")),0,wxEXPAND);
buttonRow->Add(new wxButton(parent,Button_UnformatAll,
- _T("Unformat All")),0,wxEXPAND);
+ _("Unformat All")),0,wxEXPAND);
return buttonRow;
@@ -568,5 +568,5 @@
{
wxPanel *files = new wxPanel(this);
- AddPage(files,_T("Attachments"));
+ AddPage(files,_("Attachments"));
wxBoxSizer *fileSizer = new wxBoxSizer(wxVERTICAL);
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates