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

Modified Files:
        Project.cpp 
Log Message:
Changed "*.*" mask to "*" for "All files" filter.

Index: Project.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Project.cpp,v
retrieving revision 1.396
retrieving revision 1.397
diff -u -d -r1.396 -r1.397
--- Project.cpp 16 Feb 2009 19:06:52 -0000      1.396
+++ Project.cpp 19 Feb 2009 09:21:51 -0000      1.397
@@ -1867,7 +1867,7 @@
          all;
 #endif
 
-   wxString mask = _("All files|*.*|All supported files|") +
+   wxString mask = _("All files|*|All supported files|") +
                    all + wxT("|") +
                    extra + 
                    filter;


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to