From c0b6421542c75efc86e94341b15b257ae1cdacfb Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 14 Sep 2022 20:47:52 +0200 Subject: [PATCH] scan-setup: fix new addIntroItems() call Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b13bc5641a79c2e4e2ac3314fb68eea821ec7b0b Author: vanhofen Date: 2022-09-14 (Wed, 14 Sep 2022) Origin message was: ------------------ - scan-setup: fix new addIntroItems() call ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/scan_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index 3e7a9b098..5396f84c0 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -607,7 +607,7 @@ int CScanSetup::showScanMenu() settings->setWizardMode(is_wizard); //back - settings->addIntroItems(/*is_wizard ? NONEXISTANT_LOCALE : */ LOCALE_SERVICEMENU_SCANTS, NONEXISTANT_LOCALE, 0, 0, false); + settings->addIntroItems(/*is_wizard ? NONEXISTANT_LOCALE : */ LOCALE_SERVICEMENU_SCANTS, NONEXISTANT_LOCALE, 0, false, false); #if 0 //save scan settings