From 52d9280c6603edaa24f1e5a3d4abda8983d749ea Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 26 Oct 2014 08:26:44 +0100 Subject: improved menu icon display --- libcore/imagecache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcore/imagecache.h') 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); -- cgit v1.2.3