summaryrefslogtreecommitdiffstats
path: root/src/shortcuts.cpp
diff options
context:
space:
mode:
authorNathan Lee <2431820-nathanal@users.noreply.gitlab.com>2019-07-30 23:36:06 +0000
committerNathan Lee <2431820-nathanal@users.noreply.gitlab.com>2019-07-31 23:59:31 +0000
commit60156dc9bf80d49c3fdd2f3f1dc902ba668ec6ca (patch)
tree2f7a279c35fb370e7a98819e548479a22868ea92 /src/shortcuts.cpp
parentHide spellcheck dialog if Aspell is missing (diff)
downloadinkscape-60156dc9bf80d49c3fdd2f3f1dc902ba668ec6ca.tar.gz
inkscape-60156dc9bf80d49c3fdd2f3f1dc902ba668ec6ca.zip
Keep tutorial even if built without potrace
Diffstat (limited to 'src/shortcuts.cpp')
-rw-r--r--src/shortcuts.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shortcuts.cpp b/src/shortcuts.cpp
index 04e655ea0..0332d4d5b 100644
--- a/src/shortcuts.cpp
+++ b/src/shortcuts.cpp
@@ -670,7 +670,6 @@ static void read_shortcuts_file(char const *filename, bool const is_user_set) {
&& strcmp(verb_name, "ToolPaintBucket") != 0
&& strcmp(verb_name, "SelectionTrace") != 0
&& strcmp(verb_name, "PaintBucketPrefs") != 0
- && strcmp(verb_name, "TutorialsTracing") != 0
#endif
#if !HAVE_ASPELL
&& strcmp(verb_name, "DialogSpellcheck") != 0