Update of /cvsroot/audacity/audacity-src/src
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6865

Modified Files:
        Project.cpp 
Log Message:
Add to i18n-hint for new "Audacity Projects" string that pipes or "(*.aup)" 
should
 not now be added to the translated string.

Index: Project.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Project.cpp,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -d -r1.481 -r1.482
--- Project.cpp 31 Dec 2009 02:16:59 -0000      1.481
+++ Project.cpp 7 Jan 2010 00:08:10 -0000       1.482
@@ -2156,8 +2156,9 @@
 void AudacityProject::OpenFiles(AudacityProject *proj)
 {
    /* i18n-hint: This string is a label in the file type filter in the open 
-    * / save dialogues, for the option that only shows project files created
-    * with Audacity. */
+    * and save dialogues, for the option that only shows project files created
+    * with Audacity. Do not include pipe symbols or .aup (this extension will 
+    * now be added automatically for the Save Projects dialogues).*/
    wxArrayString selectedFiles = ShowOpenDialog(_("Audacity projects"), 
wxT("*.aup"));
    if (selectedFiles.GetCount() == 0) {
       return;


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to