Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13712

Modified Files:
        Tags.cpp 
Log Message:

Reassign mnemonics since O and C are used on Linux.


Index: Tags.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Tags.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Tags.cpp    29 May 2009 07:41:24 -0000      1.70
+++ Tags.cpp    2 Jun 2009 08:28:04 -0000       1.71
@@ -825,7 +825,7 @@
          S.Id(AddID).AddButton(_("&Add"));
          S.Id(RemoveID).AddButton(_("&Remove"));
          S.AddTitle(wxT(" "));
-         S.Id(ClearID).AddButton(_("&Clear"));
+         S.Id(ClearID).AddButton(_("Cl&ear"));
       }
       S.EndMultiColumn();
 
@@ -848,7 +848,7 @@
                S.Id(LoadID).AddButton(_("&Load..."));
                S.Id(SaveID).AddButton(_("&Save..."));
                S.AddTitle(wxT(" "));
-               S.Id(SaveDefaultsID).AddButton(_("S&et Default"));
+               S.Id(SaveDefaultsID).AddButton(_("Set De&fault"));
             }
             S.EndMultiColumn();
          }


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to