- move LOGODIR and LOGODIR_VAR to global.h

This commit is contained in:
svenhoefer
2015-05-06 10:37:39 +02:00
parent 89a11de651
commit 11ccc53f0b
2 changed files with 3 additions and 3 deletions

View File

@@ -52,6 +52,9 @@
#define PLUGINDIR_VAR "/var/tuxbox/plugins"
#define PLUGINDIR_MNT "/mnt/plugins"
#define LOGODIR ICONSDIR "/logo"
#define LOGODIR_VAR ICONSDIR_VAR "/logo"
NEUTRINO_CPP SNeutrinoSettings g_settings;
NEUTRINO_CPP SglobalInfo g_info;