summaryrefslogtreecommitdiffstats
path: root/src/ui/desktop/menubar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/desktop/menubar.cpp')
-rw-r--r--src/ui/desktop/menubar.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ui/desktop/menubar.cpp b/src/ui/desktop/menubar.cpp
index 9340c682a..39496afad 100644
--- a/src/ui/desktop/menubar.cpp
+++ b/src/ui/desktop/menubar.cpp
@@ -473,7 +473,14 @@ build_menu(Gtk::MenuShell* menu, Inkscape::XML::Node* xml, Inkscape::UI::View::V
menu->append(*menuitem);
}
}
- } else {
+ } else if (true
+#if !HAVE_POTRACE
+ && !strcmp(verb_name.c_str(), "SelectionTrace")
+#endif
+#if !HAVE_ASPELL
+ && !strcmp(verb_name.c_str(), "DialogSpellcheck")
+#endif
+ ) {
std::cerr << "build_menu: no verb with id: " << verb_name << std::endl;
}
}