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

Modified Files:
        Dependencies.cpp 
Log Message:
Remove unwanted ampersands.

Index: Dependencies.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Dependencies.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Dependencies.cpp    12 Mar 2007 09:23:06 -0000      1.7
+++ Dependencies.cpp    20 May 2007 22:36:17 -0000      1.8
@@ -318,8 +318,8 @@
          {
             wxArrayString choices;
             choices.Add(_("Ask me"));
-            choices.Add(_("Always &copy all audio (safest)"));
-            choices.Add(_("&Never copy any audio"));
+            choices.Add(_("Always copy all audio (safest)"));
+            choices.Add(_("Never copy any audio"));
             mChoice = S.Id(FutureActionID).AddChoice(
                _("Whenever a project depends on other files:"),
                _("Ask me"), &choices);


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to