summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-04-20 01:29:26 +0000
committertweenk <tweenk@users.sourceforge.net>2009-04-20 01:29:26 +0000
commitb38a8dda14f324f4573730c56af87801a06caad2 (patch)
tree81405e0e2ed735c4ec90bbbaa0073f949fa00ce2 /src/verbs.cpp
parentCleaning and compacting HSL Bubbles, diffuse (diff)
downloadinkscape-b38a8dda14f324f4573730c56af87801a06caad2.tar.gz
inkscape-b38a8dda14f324f4573730c56af87801a06caad2.zip
Fix the rest of missing icons in the geometry tool. Closes: #358132
(bzr r7742)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index dd4de682d..b5696d389 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2536,7 +2536,7 @@ Verb *Verb::_base_verbs[] = {
new ContextVerb(SP_VERB_CONTEXT_ERASER, "ToolEraser", N_("Eraser"),
N_("Erase existing paths"), INKSCAPE_ICON_DRAW_ERASER),
new ContextVerb(SP_VERB_CONTEXT_LPETOOL, "ToolLPETool", N_("LPE Tool"),
- N_("Do geometric constructions"), NULL),
+ N_("Do geometric constructions"), "draw-geometry"),
/* Tool prefs */
new ContextVerb(SP_VERB_CONTEXT_SELECT_PREFS, "SelectPrefs", N_("Selector Preferences"),
N_("Open Preferences for the Selector tool"), NULL),