summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-12 13:29:54 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-12 13:29:54 +0000
commit5bcf19b72f734c1031f604c1481401d88c060c3b (patch)
tree41155bc1f4c3965c4d21670f7378026df86d7798 /src/live_effects/effect.cpp
parentWhen expecting mouse clicks for a LPE in pen context, don't concatenate with ... (diff)
downloadinkscape-5bcf19b72f734c1031f604c1481401d88c060c3b.tar.gz
inkscape-5bcf19b72f734c1031f604c1481401d88c060c3b.zip
whitespace
(bzr r5905)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 18d05fe67..6103a3d18 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -174,7 +174,7 @@ Effect::createAndApply(const char* name, SPDocument *doc, SPItem *item)
sp_lpe_item_add_path_effect(SP_LPE_ITEM(item), href, true);
g_free(href);
- sp_document_done(doc, SP_VERB_DIALOG_LIVE_PATH_EFFECT,
+ sp_document_done(doc, SP_VERB_DIALOG_LIVE_PATH_EFFECT,
_("Create and apply path effect"));
}