diff options
author | anbr <vdr07@deltab.de> | 2012-06-23 16:27:43 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2012-06-23 16:27:43 +0200 |
commit | 78a968e479372c31ef9a8c011bd0fffd7967bbd6 (patch) | |
tree | b2b7f54ea2eeddd12103a75c22b26e1217340bd9 | |
parent | ad2769a298840b7742b0b1cc4f9be89fa42b1062 (diff) | |
download | vdr-plugin-dvdswitch-78a968e479372c31ef9a8c011bd0fffd7967bbd6.tar.gz vdr-plugin-dvdswitch-78a968e479372c31ef9a8c011bd0fffd7967bbd6.tar.bz2 |
Can't compile with g++-4.4 (Closes: #1029)
-rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -301,7 +301,7 @@ void cMenuSetupDVDSwitch::Set(void) ViewKeyPos = Count() - 1; if(ViewKey) { - static const char *Commands[memberof(cDVDSwitchSetup::CommandsShortName)] = { + static const char *Commands[memberof(DVDSwitchSetup.CommandsShortName)] = { tr("None function"), tr("Dir. Management"), tr("Tray open"), |