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

Modified Files:
        KeyConfigPrefs.cpp 
Log Message:
remove accelerator from "Set" button as using it will be treated as the desired 
shortcut
 and create error

Index: KeyConfigPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/KeyConfigPrefs.cpp,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- KeyConfigPrefs.cpp  28 Sep 2009 16:35:04 -0000      1.86
+++ KeyConfigPrefs.cpp  18 Oct 2009 08:04:18 -0000      1.87
@@ -156,7 +156,7 @@
          }
          S.AddWindow(mKey);
 
-         S.Id(SetButtonID).AddButton(_("Se&t"));
+         S.Id(SetButtonID).AddButton(_("Set"));
          S.Id(ClearButtonID).AddButton(_("Cl&ear"));
       }
       S.EndThreeColumn();


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to