Actions
Bug #1015
closed"Commands" Command in setup not selectable.
Description
Hi,
i guess (not tested) this in setup.c cause the problem
static const char *Commands[10]; Commands[0] = tr("None function"); Commands[1] = tr("Dir. Management"); Commands[2] = tr("Tray open"); Commands[3] = tr("Tray close"); Commands[4] = tr("Play"); Commands[5] = tr("Image rename"); Commands[6] = tr("Image move"); Commands[7] = tr("Image delete"); Commands[8] = tr("Image burn"); Commands[9] = tr("Image create"); Commands[10] = tr("Commands");
this need "static const char Commands[*11];"
Modifying VDRs setup.conf "dvdswitch.kBlue = 10" work fine.
cu
Actions