summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f98bc4f)
raw | patch | inline | side by side (parent: f98bc4f)
author | luca_bruno <luca_bruno@users.sourceforge.net> | |
Mon, 13 Jul 2009 08:14:59 +0000 (08:14 +0000) | ||
committer | luca_bruno <luca_bruno@users.sourceforge.net> | |
Mon, 13 Jul 2009 08:14:59 +0000 (08:14 +0000) |
Closes: #398410
src/widgets/toolbox.cpp | patch | blob | history |
index 21b0e97ac76b47a55572f812273356869379b101..440a6283bfce7ba3ba1966c702bb1bf969644430 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -5573,7 +5573,7 @@ static void sp_lpetool_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActi
gtk_list_store_set( model, &iter,
0, _("All inactive"),
1, _("No geometric tool is active"),
- 2, _("draw-geometry-inactive"),
+ 2, "draw-geometry-inactive",
-1 );
Inkscape::LivePathEffect::EffectType type;