Add new icon for the reset colors button and change the code to use it. Icon by genete.
[synfig.git] / synfig-studio / trunk / src / gtkmm / dialog_setup.h
index 6e79190..22dd512 100644 (file)
@@ -164,7 +164,9 @@ class Dialog_Setup : public Gtk::Dialog
        Gtk::Adjustment adj_undo_depth;
 
        Gtk::CheckButton toggle_use_colorspace_gamma;
+#ifdef SINGLE_THREADED
        Gtk::CheckButton toggle_single_threaded;
+#endif
 
        synfig::Time::Format time_format;
 
@@ -174,6 +176,8 @@ class Dialog_Setup : public Gtk::Dialog
        Widget_Time auto_backup_interval;
 
        Gtk::CheckButton toggle_restrict_radius_ducks;
+
+       Gtk::Entry textbox_browser_command;
 public:
 
        void set_time_format(synfig::Time::Format time_format);