summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorLuca Bruno <lucab@debian.org>2009-07-13 08:14:59 +0000
committerluca_bruno <luca_bruno@users.sourceforge.net>2009-07-13 08:14:59 +0000
commit2cc79b3a4a40db1d15fe2927c893b70d13b18efe (patch)
tree446138cba9498d451020c8c0336b43e26b1993b6 /src/widgets/toolbox.cpp
parentsp-star.cpp, star-context.cpp: s/CLAMP/NR_CLAMP/, to make clear (and ensure) ... (diff)
downloadinkscape-2cc79b3a4a40db1d15fe2927c893b70d13b18efe.tar.gz
inkscape-2cc79b3a4a40db1d15fe2927c893b70d13b18efe.zip
Fixed a icon name string which shouldn't have been translatable.
Closes: #398410 (bzr r8274)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 21b0e97ac..440a6283b 100644
--- 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;