From 3a53ab95b6abd1458c6bd8ebf53c3a868a6f2fcb Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 5 Apr 2015 16:56:15 +0200 Subject: added category indicator token to default menus --- 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 207dbb0..e8a0365 100644 --- a/libcore/imagecache.h +++ b/libcore/imagecache.h @@ -25,7 +25,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, eMenuCategory cat = mcUndefined); + string GetIconName(string label, eMenuCategory cat = mcUndefined, string plugName = ""); bool MenuIconExists(string name); //skinparts void CacheSkinpart(string path, int width, int height); -- cgit v1.2.3