Code

Added a Rename menu item to the popup for the filter list in the filter effects dialo...
[inkscape.git] / src / ui / dialog / inkscape-preferences.h
index 615ef984f59b29d4d5e59c7047ee1597f3012b47..a6da63617d3cba7145fc912450e607e58163acbc 100644 (file)
@@ -18,6 +18,7 @@
 #include <iostream>
 #include <vector>
 #include <gtkmm/table.h>
+#include <gtkmm/colorbutton.h>
 #include <gtkmm/comboboxtext.h>
 #include <gtkmm/spinbutton.h>
 #include <gtkmm/treestore.h>
@@ -159,18 +160,22 @@ protected:
     PrefCheckButton _sel_layer_deselects;
 
     PrefSpinButton  _importexport_export, _misc_recent, _misc_simpl;
-    PrefCheckButton _misc_comment, _misc_scripts;
+    PrefCheckButton _misc_comment, _misc_forkvectors, _misc_scripts;
     PrefCheckButton _misc_small_toolbar;
+    PrefCheckButton _misc_small_tools;
     PrefCombo       _misc_overs_bitmap;
 
-    PrefCheckButton     _misc_cms_display;
-    PrefCombo           _misc_cms_intent;
-    Gtk::ComboBoxText   _misc_cms_display_profile;
-
-    PrefCheckButton     _misc_cms_softproof;
-    PrefCheckButton     _misc_cms_gamutwarn;
-    PrefCombo           _misc_cms_proof_intent;
-    Gtk::ComboBoxText   _misc_cms_proof_profile;
+    PrefCheckButton     _cms_display;
+    Gtk::ComboBoxText   _cms_display_profile;
+    PrefCombo           _cms_intent;
+
+    PrefCheckButton     _cms_softproof;
+    PrefCheckButton     _cms_gamutwarn;
+    Gtk::ColorButton    _cms_gamutcolor;
+    Gtk::ComboBoxText   _cms_proof_profile;
+    PrefCombo           _cms_proof_intent;
+    PrefCheckButton     _cms_proof_blackpoint;
+    PrefCheckButton     _cms_proof_preserveblack;
 
     PrefEntryButtonHBox _importexport_ocal_url;
     PrefEntry       _importexport_ocal_username;