summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2013-11-21 22:48:40 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2013-11-21 22:48:40 +0100
commit66f386d939db55476b7481fd0c1bc7da6673492c (patch)
tree2f53b56243def7944b45e54837f869a93acf9690 /setup.h
parent185b81474ca56f7f17d60fa89c64183147423e43 (diff)
downloadskin-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index e433091d..003ac54d 100644
--- a/setup.h
+++ b/setup.h
@@ -29,6 +29,8 @@ class cMenuSetupSubMenu : public cOsdMenu {
};
class cFlatSetupGeneral : public cMenuSetupSubMenu {
+ private:
+ cStringList DecorDescriptions;
protected:
void Setup(void);
public: