diff options
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | menuitem.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -179,3 +179,6 @@ Version 0.1.1 via menuorg or similar) - Searching in folder <channellogofolder>/separatorlogos for channel separator logos +- time display for current schedule in channel display configurable + (elapsed / remaining) +- fixed a bug that extraIcons directory was not used @@ -238,7 +238,7 @@ cString cNopacityMainMenuItem::GetIconName() { } else break; } - return menuEntry; + return cString::sprintf("extraIcons/%s", *menuEntry); } void cNopacityMainMenuItem::CreatePixmapTextScroller(int totalWidth) { |