CMenuWidget: use only nameString as container for widget name

neutrino_locale_t	name could be transformed always to real string to
unify this container
This commit is contained in:
2017-02-09 15:52:39 +01:00
parent c1f788ac42
commit 2dda93ed2b
2 changed files with 2 additions and 7 deletions

View File

@@ -504,7 +504,7 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
unsigned int saveScreen_x;
protected:
std::string nameString;
neutrino_locale_t name;
CFrameBuffer *frameBuffer;
std::vector<CMenuItem*> items;
std::vector<int> page_start;