diff options
| -rw-r--r-- | vdr_setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr_setup.c b/vdr_setup.c index 98b3e86..38d4ff7 100644 --- a/vdr_setup.c +++ b/vdr_setup.c @@ -25,6 +25,8 @@ static char* chars_allowed = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_./"; +static const char *bgmodes[3]; + // --- mgMenuSetup ----------------------------------------------------------- mgMenuSetup::mgMenuSetup () @@ -55,7 +57,6 @@ mgMenuSetup::mgMenuSetup () &the_setup.LimiterLevel, MIN_LIMITER_LEVEL, 100)); // Image/cover display - const char *bgmodes[3]; bgmodes[0] = tr("Black"); bgmodes[1] = tr("Image"); bgmodes[2] = tr("Live"); |
