diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-04-20 01:29:26 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-04-20 01:29:26 +0000 |
| commit | b38a8dda14f324f4573730c56af87801a06caad2 (patch) | |
| tree | 81405e0e2ed735c4ec90bbbaa0073f949fa00ce2 /src/verbs.cpp | |
| parent | Cleaning and compacting HSL Bubbles, diffuse (diff) | |
| download | inkscape-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.cpp | 2 |
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), |
