diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-10-01 03:55:20 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-10-01 03:55:20 +0000 |
| commit | f9740d35c3f06b08349cac436ddf1d00e02fdc9d (patch) | |
| tree | 623ec42f0fb8c9b717079dc0e078d896cc0521ae /src/ui/dialog/inkscape-preferences.h | |
| parent | Convolve Matrix Filter: (diff) | |
| download | inkscape-f9740d35c3f06b08349cac436ddf1d00e02fdc9d.tar.gz inkscape-f9740d35c3f06b08349cac436ddf1d00e02fdc9d.zip | |
Added searching for icc profiles in standard locations, and preference to combo box.
(bzr r3819)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.h')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.h b/src/ui/dialog/inkscape-preferences.h index eff068569..5dafd4051 100644 --- a/src/ui/dialog/inkscape-preferences.h +++ b/src/ui/dialog/inkscape-preferences.h @@ -162,8 +162,8 @@ protected: PrefCheckButton _misc_small_toolbar; PrefCombo _misc_overs_bitmap; - PrefCheckButton _misc_cms_display; - PrefFileButton _misc_cms_display_profile; + PrefCheckButton _misc_cms_display; + Gtk::ComboBoxText _misc_cms_display_profile; PrefEntryButtonHBox _importexport_ocal_url; PrefEntry _importexport_ocal_username; |
