menue.cpp fix CMenuForwarder::setOption set option_string_ptr

Origin commit data
------------------
Branch: ni/coolstream
Commit: 721cb9bd74
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-02-14 (Sat, 14 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2015-02-14 18:42:40 +01:00
parent f400e72a63
commit 88c7a4f4b4

View File

@@ -2070,6 +2070,7 @@ CMenuForwarder::CMenuForwarder(const std::string& Text, const bool Active, const
void CMenuForwarder::setOption(const std::string &Option)
{
option_string = Option;
option_string_ptr = &option_string;
}
int CMenuForwarder::getWidth(void)