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

Modified Files:
        DtmfGen.h Noise.h Silence.h ToneGen.h 
Log Message:
Remove "&" from Generate and Analyze menu items to make navigation easier when 
multiple items with the same first letter exists.

Index: DtmfGen.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/DtmfGen.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DtmfGen.h   15 Apr 2007 02:23:26 -0000      1.5
+++ DtmfGen.h   29 Jul 2007 02:15:36 -0000      1.6
@@ -38,7 +38,7 @@
    }
 
    virtual wxString GetEffectName() {
-      return wxString(_("&DTMF Tones..."));
+      return wxString(_("DTMF Tones..."));
    }
 
    virtual wxString GetEffectIdentifier() {

Index: Noise.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/Noise.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Noise.h     4 Jul 2007 09:19:30 -0000       1.12
+++ Noise.h     29 Jul 2007 02:15:36 -0000      1.13
@@ -38,7 +38,7 @@
    }
 
    virtual wxString GetEffectName() {
-      return wxString(_("&Noise..."));
+      return wxString(_("Noise..."));
    }
 
    virtual wxString GetEffectIdentifier() {

Index: ToneGen.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/ToneGen.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ToneGen.h   4 Jul 2007 09:20:36 -0000       1.22
+++ ToneGen.h   29 Jul 2007 02:15:36 -0000      1.23
@@ -36,7 +36,7 @@
    EffectToneGen & EnableForChirps(){mbChirp=true;return *this;};
 
    virtual wxString GetEffectName() {
-      return wxString(mbChirp? _("&Chirp..."):_("&Tone..."));
+      return wxString(mbChirp? _("Chirp..."):_("Tone..."));
    }
 
    virtual wxString GetEffectIdentifier() {

Index: Silence.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/Silence.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Silence.h   15 Apr 2007 02:23:26 -0000      1.14
+++ Silence.h   29 Jul 2007 02:15:36 -0000      1.15
@@ -31,7 +31,7 @@
    }
 
    virtual wxString GetEffectName() {
-      return wxString(_("&Silence..."));
+      return wxString(_("Silence..."));
    }
 
    virtual wxString GetEffectIdentifier() {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to