summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-13 21:09:19 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-13 21:09:19 +0000
commite9b8df5c245d41b4dec61e748e642ce634e5a59e (patch)
treea16f6e0bdb77bb3f143954df35e3ca085c37b57b /src/live_effects/parameter/path.cpp
parentnow with 2geom's arc implem. : accept pasting ellipse path params. (diff)
downloadinkscape-e9b8df5c245d41b4dec61e748e642ce634e5a59e.tar.gz
inkscape-e9b8df5c245d41b4dec61e748e642ce634e5a59e.zip
fix typo
(bzr r5429)
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
-rw-r--r--src/live_effects/parameter/path.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp
index 8d31b1dfb..429cf82d1 100644
--- a/src/live_effects/parameter/path.cpp
+++ b/src/live_effects/parameter/path.cpp
@@ -361,7 +361,6 @@ PathParam::on_paste_button_click()
signal_path_pasted.emit();
sp_document_done(param_effect->getSPDoc(), SP_VERB_DIALOG_LIVE_PATH_EFFECT,
_("Paste path parameter"));
- }
}
void