Fix File chooser button label to fit into the button size.
[synfig.git] / synfig-studio / src / gtkmm / widget_filename.h
index eb8e954..69cfb48 100644 (file)
@@ -47,6 +47,7 @@ class Widget_Filename : public Gtk::HBox
 {
        Gtk::Entry *entry_filename;
        Gtk::Button *button_choose;
+       Gtk::Label *label_find;
 
        void on_button_choose_pressed();