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

Modified Files:
        ExportMP3.cpp 
Log Message:
First cleanup of Chain processing.

Index: ExportMP3.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMP3.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- ExportMP3.cpp       23 Sep 2006 02:26:41 -0000      1.44
+++ ExportMP3.cpp       1 Oct 2006 07:23:34 -0000       1.45
@@ -1375,9 +1375,10 @@
    bool emptyTags = tags->IsEmpty();
    if (showId3Dialog && emptyTags) {
       if (!tags->ShowEditDialog(project,
-                       _("Edit the ID3 tags for the MP3 file"))) {
+                                _("Edit the ID3 tags for the MP3 file"),
+                                true)) {
          return false;  // used selected "cancel"
-   }
+      }
    }
 
    char *id3buffer = NULL;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to