On Sun, 31 Aug 2003 07:02:07 -0700 Robert Vazan <[EMAIL PROTECTED]> wrote:

RV> @@ -511,9 +554,9 @@
RV>  
RV>     buttonRow->Add(new wxButton(parent,Button_FormatParagraph,
RV> -      _T("Format Paragraph")),0,wxEXPAND);
RV> +      _("Format Paragraph")),0,wxEXPAND);
RV>     buttonRow->Add(new wxButton(parent,Button_FormatAll,
RV> -      _T("Format All")),0,wxEXPAND);
RV> +      _("Format All")),0,wxEXPAND);
RV>     buttonRow->Add(new wxButton(parent,Button_UnformatParagraph,
RV> -      _T("Unformat Paragraph")),0,wxEXPAND);
RV> +      _("Unformat Paragraph")),0,wxEXPAND);
RV>     buttonRow->Add(new wxButton(parent,Button_UnformatAll,
RV>        _T("Unformat All")),0,wxEXPAND);

The last one should probably be translatable also.

Regards,
Nerijus



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to