summaryrefslogtreecommitdiff
path: root/displaymenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaymenu.c')
-rw-r--r--displaymenu.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/displaymenu.c b/displaymenu.c
index e662234b..f7e7fca4 100644
--- a/displaymenu.c
+++ b/displaymenu.c
@@ -6,6 +6,10 @@
#include <iomanip>
using namespace std;
+#ifndef VDRLOGO
+ #define VDRLOGO "vdrlogo_default"
+#endif
+
#include "symbols/1080/Cnew.xpm"
#include "symbols/1080/Carrowturn.xpm"
#include "symbols/1080/Crec.xpm"
@@ -212,7 +216,7 @@ void cFlatDisplayMenu::SetTitle(const char *Title) {
switch( menuCategory ) {
case mcMain:
TopBarSetTitle("");
- icon = "menuIcons/vdrlogo";
+ icon = cString::sprintf("menuIcons/%s", VDRLOGO);
break;
case mcSchedule:
case mcScheduleNow: