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

Modified Files:
        LibraryPrefs.cpp 
Log Message:
Fix duplicated accelerator in one string

Index: LibraryPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/LibraryPrefs.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- LibraryPrefs.cpp    18 Oct 2009 08:02:15 -0000      1.2
+++ LibraryPrefs.cpp    18 Oct 2009 17:43:18 -0000      1.3
@@ -127,7 +127,7 @@
                            true,
                            wxALL | wxALIGN_RIGHT | wxALIGN_CENTRE_VERTICAL);
          S.Id(ID_FFMPEG_DOWN_BUTTON);
-         wxButton *bdwn = S.AddButton(_("&Dow&nload"),
+         wxButton *bdwn = S.AddButton(_("Dow&nload"),
                                       wxALL | wxALIGN_LEFT | 
wxALIGN_CENTRE_VERTICAL);
 #if !defined(USE_FFMPEG)
          bdwn->Enable(FALSE);


------------------------------------------------------------------------------
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