webtv/webradio: move defines for webtv and webradio path to a more appropriate place

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
J. Krieg
2018-11-13 20:45:06 +01:00
committed by Thilo Graf
parent 61eac04a67
commit fffa3d6963
3 changed files with 3 additions and 3 deletions

View File

@@ -28,6 +28,9 @@
#include <string.h>
#include <gui/widget/menue.h>
#define WEBTV_XML CONFIGDIR "/webtv_usr.xml"
#define WEBRADIO_XML CONFIGDIR "/webradio_usr.xml"
class CWebTVSetup : public CMenuTarget, CChangeObserver
{
private: