From a0c7adc4924f819aad251a9a5a28357da7d28caa Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Tue, 14 Sep 2021 12:52:34 +0200 Subject: [PATCH] menu: typo? Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/14c33fef9cd77f4c3fdd6d42abfe6a625a93cd4a Author: Jacek Jendrzej Date: 2021-09-14 (Tue, 14 Sep 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/widget/menue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/menue.h b/src/gui/widget/menue.h index b46421180..6c29eb36d 100644 --- a/src/gui/widget/menue.h +++ b/src/gui/widget/menue.h @@ -461,7 +461,7 @@ class CMenuOptionChooser : public CAbstractMenuOptionChooser CMenuOptionChooser(const std::string &Name, int * const OptionValue, const struct keyval * const Options, const size_t Number_Of_Options, const bool Active = false, CChangeObserver * const Observ = NULL, const neutrino_msg_t DirectKey = RC_NOKEY, const char * const IconName = NULL, - bool size_t = false, bool OptionsSort = false); + bool Pulldown = false, bool OptionsSort = false); CMenuOptionChooser(const std::string &Name, int * const OptionValue, const struct keyval_ext * const Options, const size_t Number_Of_Options, const bool Active = false, CChangeObserver * const Observ = NULL, const neutrino_msg_t DirectKey = RC_NOKEY, const char * const IconName = NULL,