--- dooble-git-8b2ffa1be.old/Source/dooble.cc +++ dooble-git-8b2ffa1be/Source/dooble.cc @@ -2538,6 +2538,8 @@ menu->addAction(tr("&Search Engines..."), this, SLOT(slot_show_search_engines(void))); + +#ifdef NOTDEF menu->addSeparator(); action = menu->addAction(tr("Dooble Awesome Shell (DASH)"), this, @@ -2545,6 +2547,7 @@ #ifndef Q_OS_UNIX action->setEnabled(false); #endif +#endif /* ** View Menu --- dooble-git-8b2ffa1be.old/Source/dooble_page.cc +++ dooble-git-8b2ffa1be/Source/dooble_page.cc @@ -1559,6 +1559,7 @@ SLOT(slot_current_url_executable(void))); } +#ifdef NOTDEF menu->addSeparator(); action = menu->addAction(tr("Dooble Awesome Shell (DASH)"), this, @@ -1566,6 +1567,7 @@ #ifndef Q_OS_UNIX action->setEnabled(false); #endif +#endif /* ** View Menu