From: cilix42 Date: Mon, 18 Aug 2008 00:40:23 +0000 (+0000) Subject: Some icons for the geometry tool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ffb422860621391f3c5233d0f13986ceec7c404b;p=inkscape.git Some icons for the geometry tool --- diff --git a/share/icons/icons.svg b/share/icons/icons.svg index 889b9ca74..f36f15707 100644 --- a/share/icons/icons.svg +++ b/share/icons/icons.svg @@ -4843,10 +4843,112 @@ inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 0.5 : 1" sodipodi:type="inkscape:persp3d" /> + + + + + + + + + + + + + + + + inkscape:snap-global="true"> + enabled="false" /> x="-90.81646" y="201.77011" /> + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/verbs.cpp b/src/verbs.cpp index a9840667e..a19ac7753 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2506,7 +2506,7 @@ Verb *Verb::_base_verbs[] = { new ContextVerb(SP_VERB_CONTEXT_ERASER, "ToolEraser", N_("Eraser"), N_("Erase existing paths"), "draw_erase"), new ContextVerb(SP_VERB_CONTEXT_LPETOOL, "ToolLPETool", N_("LPE Tool"), - N_("Write something sensible here"), "draw_lpetool"), + N_("Do geometric constructions"), "draw_lpetool"), /* Tool prefs */ new ContextVerb(SP_VERB_CONTEXT_SELECT_PREFS, "SelectPrefs", N_("Selector Preferences"), N_("Open Preferences for the Selector tool"), NULL),