Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv12961
Modified Files:
Menus.cpp
Log Message:
Removed some obsolete, commented code and fixed a "typo"
Index: Menus.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Menus.cpp,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -d -r1.274 -r1.275
--- Menus.cpp 16 Sep 2006 05:54:35 -0000 1.274
+++ Menus.cpp 17 Sep 2006 01:07:11 -0000 1.275
@@ -905,14 +905,6 @@
mRecentFiles->Load(*gPrefs);
gPrefs->SetPath(wxT(".."));
- // pm = c->BeginSubMenu(_("Recent Pro&jects..."));
- // c->EndSubMenu();
- // mRecentProjects = new audFileHistory(6, 6050);
- // mRecentProjects->UseMenu(pm);
- // gPrefs->SetPath(wxT("/RecentProjects");
- // mRecentProjects->Load(*gPrefs);
- // gPrefs->SetPath(wxT("..");
-
c->AddSeparator();
}
@@ -1011,8 +1003,7 @@
mCommandManager.PurgeData();
delete mRecentFiles;
mRecentFiles = NULL;
-// delete mRecentProjects;
-// mRecentProjects = NULL;
+
CreateMenusAndCommands();
}
@@ -3398,7 +3389,7 @@
wxFileDialog dlog(this, _("Select one or more audio files..."),
path, wxT(""),
- _("All files (*.*)|*.*|WAV files (*.wav)|*.wav|.AIFF
files (*.aif)|*.aif|AU files (*.au)|*.au|MP3 files (*.mp3)|*.mp3|Ogg Vorbis
files (*.ogg)|*.ogg|FLAC files (*.flac)|*.flac|List of Files (*.lof)|*.lof"),
+ _("All files (*.*)|*.*|WAV files (*.wav)|*.wav|AIFF files
(*.aif)|*.aif|AU files (*.au)|*.au|MP3 files (*.mp3)|*.mp3|Ogg Vorbis files
(*.ogg)|*.ogg|FLAC files (*.flac)|*.flac|List of Files (*.lof)|*.lof"),
wxOPEN | wxMULTIPLE);
int result = dlog.ShowModal();
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs