mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
Changes from Richard to remove the remains of UploadDialog, which was deemed to be a hazard. + a change for Win.
This commit is contained in:
@@ -74,7 +74,6 @@ simplifies construction of menu items.
|
||||
#include "LoadModules.h"
|
||||
#include "Prefs.h"
|
||||
#include "Printing.h"
|
||||
#include "UploadDialog.h"
|
||||
#ifdef USE_MIDI
|
||||
#include "NoteTrack.h"
|
||||
#endif // USE_MIDI
|
||||
@@ -291,11 +290,6 @@ void AudacityProject::CreateMenusAndCommands()
|
||||
AudioIONotBusyFlag);
|
||||
c->AddItem(wxT("EditChains"), _("Edit C&hains..."), FN(OnEditChains));
|
||||
|
||||
#ifdef EXPERIMENTAL_FTP
|
||||
c->AddSeparator();
|
||||
c->AddItem(wxT("Upload File"), _("&Upload File..."), FN(OnUpload));
|
||||
#endif
|
||||
|
||||
c->AddSeparator();
|
||||
|
||||
c->AddItem(wxT("PageSetup"), _("Pa&ge Setup..."), FN(OnPageSetup),
|
||||
@@ -2874,17 +2868,6 @@ void AudacityProject::OnExit()
|
||||
QuitAudacity();
|
||||
}
|
||||
|
||||
#ifdef EXPERIMENTAL_FTP
|
||||
void AudacityProject::OnUpload()
|
||||
{
|
||||
//if (mTags->ShowEditDialog(this, wxT("Edit ID3 Tags (for MP3 exporting)")))
|
||||
// PushState(wxT("Edit ID3 Tags"), wxT("Edit ID3 Tags"));
|
||||
|
||||
UploadDialog dlog(this);
|
||||
dlog.ShowModal();
|
||||
}
|
||||
#endif
|
||||
|
||||
void AudacityProject::OnExportLabels()
|
||||
{
|
||||
Track *t;
|
||||
|
||||
Reference in New Issue
Block a user