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

Modified Files:
        CommandManager.cpp 
Log Message:
I know it's post-string freeze, but "Message" is not very informative, and it 
can be translated for 1.3.6.

Index: CommandManager.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/commands/CommandManager.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- CommandManager.cpp  22 Dec 2007 12:18:25 -0000      1.47
+++ CommandManager.cpp  7 May 2008 02:29:00 -0000       1.48
@@ -789,7 +789,7 @@
    else if( missingFlags == TracksExistFlag )
       return;
 
-   wxMessageBox(reason, _("Message"),  wxICON_WARNING | wxOK ); 
+   wxMessageBox(reason, _("Disallowed"),  wxICON_WARNING | wxOK ); 
 }
 
 /// HandleCommandEntry() takes a CommandListEntry and executes it


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to