summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-12-02 22:12:56 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-12-02 22:12:56 +0000
commitf2c09c7a7a195bcd4cf6e095b3c380e803b5a058 (patch)
tree1a451033a99f8103ea0e03c981a70582ebc39cd8 /gtk2_ardour/sfdb_ui.h
parent9388c84f06e35950306f33e8cc352e32309258dd (diff)
Dialogbox checkmarks turn off when dialogs are closed.
git-svn-id: svn://localhost/trunk/ardour2@164 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index d948d006b3..ec7f226cc3 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -33,7 +33,9 @@
#include <gtkmm/dialog.h>
#include <gtkmm/filechooserwidget.h>
-class SoundFileBrowser : public Gtk::Dialog
+#include "ardour_dialog.h"
+
+class SoundFileBrowser : public ArdourDialog
{
public:
SoundFileBrowser (std::string title);