summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-07-30 17:00:42 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-07-30 17:00:42 +0000
commit0657e1d70498505358085b14c609035b3e3dbfec (patch)
treedc9b858da5082ae3360128c70fe02efcf2391634 /src/draw-context.cpp
parentcomments (diff)
downloadinkscape-0657e1d70498505358085b14c609035b3e3dbfec.tar.gz
inkscape-0657e1d70498505358085b14c609035b3e3dbfec.zip
noop: better names
(bzr r6481)
Diffstat (limited to 'src/draw-context.cpp')
-rw-r--r--src/draw-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp
index 724d5bdf3..e067e4545 100644
--- a/src/draw-context.cpp
+++ b/src/draw-context.cpp
@@ -278,7 +278,7 @@ spdc_check_for_and_apply_waiting_LPE(SPDrawContext *dc, SPItem *item)
using namespace Inkscape::LivePathEffect;
if (item && SP_IS_LPE_ITEM(item)) {
- if (prefs_get_int_attribute(tool_name(dc), "spiro-spline-mode", 0)) {
+ if (prefs_get_int_attribute(tool_name(dc), "freehand-mode", 0)) {
Effect::createAndApply(SPIRO, dc->desktop->doc(), item);
}