menu: typo?

Origin commit data
------------------
Commit: 14c33fef9c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
This commit is contained in:
Jacek Jendrzej
2021-09-14 12:52:34 +02:00
committed by vanhofen
parent 0ae6074d58
commit 73b9a4926a

View File

@@ -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,