Replace "Gradient" checkbutton with "Create Gradient BLine", etc., like in the other...
[synfig.git] / synfig-studio / trunk / src / gtkmm / dialog_setup.h
index c83597a..22dd512 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007, 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -163,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;
 
@@ -171,6 +174,10 @@ class Dialog_Setup : public Gtk::Dialog
        Widget_Enum *widget_enum;
 
        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);