summaryrefslogtreecommitdiff
path: root/gtk2_ardour/save_as_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-08-14 01:37:28 +0200
committerRobin Gareus <robin@gareus.org>2015-08-14 02:32:08 +0200
commita9163e9208f16519bba907df6c7563590574780e (patch)
tree450070da0192ca7868ed66e7c02e2981fd8fac19 /gtk2_ardour/save_as_dialog.h
parent8c728411db77d0ed578c6a5742d9d71230f3fec6 (diff)
save-as: default to current session name.
this allows to easily add suffixes or otherwise tweak the current session-name.
Diffstat (limited to 'gtk2_ardour/save_as_dialog.h')
-rw-r--r--gtk2_ardour/save_as_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/save_as_dialog.h b/gtk2_ardour/save_as_dialog.h
index 75751f8831..f016aaf2cd 100644
--- a/gtk2_ardour/save_as_dialog.h
+++ b/gtk2_ardour/save_as_dialog.h
@@ -40,6 +40,7 @@ public:
bool copy_external () const;
void clear_name ();
+ void set_name (std::string);
private:
Gtk::CheckButton switch_to_button;