diff options
| author | louis <louis.braun@gmx.de> | 2014-10-26 08:26:44 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-10-26 08:26:44 +0100 |
| commit | 52d9280c6603edaa24f1e5a3d4abda8983d749ea (patch) | |
| tree | bf97043c549d7602136fd63f7f160416868dd37b /libcore/imagecache.h | |
| parent | 1e20f0c893b37f889269500e55f3022f450dfb04 (diff) | |
| download | vdr-plugin-skindesigner-52d9280c6603edaa24f1e5a3d4abda8983d749ea.tar.gz vdr-plugin-skindesigner-52d9280c6603edaa24f1e5a3d4abda8983d749ea.tar.bz2 | |
improved menu icon display
Diffstat (limited to 'libcore/imagecache.h')
| -rw-r--r-- | libcore/imagecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcore/imagecache.h b/libcore/imagecache.h index a0264d8..db56a67 100644 --- a/libcore/imagecache.h +++ b/libcore/imagecache.h @@ -28,7 +28,7 @@ public: //icons void CacheIcon(eImageType type, string path, int width, int height); cImage *GetIcon(eImageType type, string name, int width, int height); - string GetIconName(string label); + string GetIconName(string label, eMenuCategory cat = mcUndefined); //skinparts void CacheSkinpart(string path, int width, int height); cImage *GetSkinpart(string name, int width, int height); |
