diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-21 22:48:40 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-21 22:48:40 +0100 |
commit | 66f386d939db55476b7481fd0c1bc7da6673492c (patch) | |
tree | 2f53b56243def7944b45e54837f869a93acf9690 /setup.h | |
parent | 185b81474ca56f7f17d60fa89c64183147423e43 (diff) | |
download | skin-flatplus-66f386d939db55476b7481fd0c1bc7da6673492c.tar.gz skin-flatplus-66f386d939db55476b7481fd0c1bc7da6673492c.tar.bz2 |
remove decor from themes and add decor files
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ class cMenuSetupSubMenu : public cOsdMenu { }; class cFlatSetupGeneral : public cMenuSetupSubMenu { + private: + cStringList DecorDescriptions; protected: void Setup(void); public: |