summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-09-03 22:32:53 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-09-03 22:32:53 +1000
commit303b27a69b5befdbedf7fb6f3e57b9701de8664f (patch)
treead2d7d753e4babcf3200c7a6eee0433cd45c64a1 /gtk2_ardour/sfdb_ui.h
parent846a5d9446b336d25a4d28a15e669822f64b701a (diff)
Change Cancel button in Import Dialog to Close button
This button closes the window, it doesn't actually cancel any importing that has taken place and cancelling the import in progress is done by the Cancel button in popup progress dialog
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 54314e6f72..c8aaa03d0e 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -214,7 +214,7 @@ class SoundFileBrowser : public ArdourWindow
Gtk::VBox vpacker;
Gtk::Button ok_button;
- Gtk::Button cancel_button;
+ Gtk::Button close_button;
Gtk::Button apply_button;
static std::string persistent_folder;