Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv13358

Modified Files:
        SplashDialog.cpp 
Log Message:
More unicodisation of strings, so this might compile (except for the real 
errors, which mean it doesn't)


Index: SplashDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/SplashDialog.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SplashDialog.cpp    16 Sep 2007 13:46:00 -0000      1.1
+++ SplashDialog.cpp    16 Sep 2007 16:39:40 -0000      1.2
@@ -74,13 +74,13 @@
                                          wxDefaultPosition,
                                          wxSize(480, 240),
                                          wxHW_SCROLLBAR_AUTO | 
wxSUNKEN_BORDER);
-   html->SetPage(HelpText( "welcome" ));
+   html->SetPage(HelpText( wxT("welcome") ));
    S.Prop(1).AddWindow( html, wxEXPAND );
    S.Prop(0).StartMultiColumn(2, wxEXPAND);
    S.SetStretchyCol( 1 );// Column 1 is stretchy...
    {
       S.SetBorder( 5 );
-      S.Id( DontShowID).AddCheckBox( "Don't show this again at start up", 
bShow ? "false" : "true" );
+      S.Id( DontShowID).AddCheckBox( _("Don't show this again at start up"), 
bShow ? wxT("false") : wxT("true") );
       wxButton *ok = new wxButton(S.GetParent(), wxID_OK, _("Audacious!"));
       ok->SetDefault();
       ok->SetFocus();


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to