From ffb422860621391f3c5233d0f13986ceec7c404b Mon Sep 17 00:00:00 2001 From: cilix42 Date: Mon, 18 Aug 2008 00:40:23 +0000 Subject: [PATCH 1/1] Some icons for the geometry tool --- share/icons/icons.svg | 227 ++++++++++++++++++++++++++++++++++++++++-- src/verbs.cpp | 2 +- 2 files changed, 221 insertions(+), 8 deletions(-) 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), -- 2.30.2