summaryrefslogtreecommitdiffstats
path: root/src/shortcuts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shortcuts.cpp')
-rw-r--r--src/shortcuts.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shortcuts.cpp b/src/shortcuts.cpp
index 0ec19d291..04e655ea0 100644
--- a/src/shortcuts.cpp
+++ b/src/shortcuts.cpp
@@ -670,6 +670,10 @@ 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
#endif
) {
g_warning("Unknown verb name: %s", verb_name);