From 2cc79b3a4a40db1d15fe2927c893b70d13b18efe Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Mon, 13 Jul 2009 08:14:59 +0000 Subject: Fixed a icon name string which shouldn't have been translatable. Closes: #398410 (bzr r8274) --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/toolbox.cpp') 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; -- cgit v1.2.3