From e71ea821dd0166015b41ade10c198455349dc662 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 27 Dec 2016 18:32:27 +0100 Subject: Enable session-archive feature --- gtk2_ardour/ardour.menus.in | 2 -- gtk2_ardour/session_archive_dialog.cc | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/ardour.menus.in b/gtk2_ardour/ardour.menus.in index 0a8dca0dd3..7d18d17d11 100644 --- a/gtk2_ardour/ardour.menus.in +++ b/gtk2_ardour/ardour.menus.in @@ -14,9 +14,7 @@ #endif -#if 0 -#endif diff --git a/gtk2_ardour/session_archive_dialog.cc b/gtk2_ardour/session_archive_dialog.cc index 15bdbc8165..9e2df17eba 100644 --- a/gtk2_ardour/session_archive_dialog.cc +++ b/gtk2_ardour/session_archive_dialog.cc @@ -31,7 +31,7 @@ using namespace Gtk; using namespace ARDOUR; SessionArchiveDialog::SessionArchiveDialog () - : ArdourDialog (_("Zip/Archive Session")) + : ArdourDialog (_("Zip/Archive Current Session")) , ProgressReporter () , only_used_checkbox (_("Exclude unused audio sources")) { @@ -74,6 +74,10 @@ SessionArchiveDialog::SessionArchiveDialog () vbox->pack_start (only_used_checkbox, false, false); + label = manage (new Label (_("Note: This archives only the current session state, snapshots are not included."), ALIGN_START)); + label->set_line_wrap (true); + vbox->pack_start (*label, false, false); + vbox->pack_start (progress_bar, true, true, 12); vbox->show_all (); -- cgit v1.2.3