diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-11-29 07:26:42 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-11-29 07:26:42 +0000 |
| commit | 10c76d2487fa79b366932656fe33923638ab24a1 (patch) | |
| tree | bd184bea92083b5e76628db5ef2a45a50cfee049 /src | |
| parent | make the alt-drag profile symmetric (diff) | |
| download | inkscape-10c76d2487fa79b366932656fe33923638ab24a1.tar.gz inkscape-10c76d2487fa79b366932656fe33923638ab24a1.zip | |
Adding icon for color management
(bzr r4144)
Diffstat (limited to 'src')
| -rw-r--r-- | src/verbs.cpp | 2 | ||||
| -rw-r--r-- | src/widgets/desktop-widget.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index ea4ffd71b..282418a37 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2462,7 +2462,7 @@ Verb *Verb::_base_verbs[] = { N_("Toggle between normal and outline display modes"), NULL), new ZoomVerb(SP_VERB_VIEW_CMS_TOGGLE, "ViewCmsToggle", N_("Display Adjustment"), - N_("Toggle CMS display adjustment on and off"), "swatches"), + N_("Toggle CMS display adjustment on and off"), "color_management"), new ZoomVerb(SP_VERB_VIEW_ICON_PREVIEW, "ViewIconPreview", N_("Ico_n Preview..."), N_("Open a window to preview objects at different icon resolutions"), "view_icon_preview"), diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp index b0bd3a260..463cfe883 100644 --- a/src/widgets/desktop-widget.cpp +++ b/src/widgets/desktop-widget.cpp @@ -383,7 +383,7 @@ sp_desktop_widget_init (SPDesktopWidget *dtw) dtw->cms_adjust = sp_button_new_from_data( Inkscape::ICON_SIZE_DECORATION, SP_BUTTON_TYPE_TOGGLE, NULL, - "swatches", + "color_management", _("Adjust the display"), dtw->tt ); #if ENABLE_LCMS |
