diff options
Diffstat (limited to 'mymenucommands.c')
-rw-r--r-- | mymenucommands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mymenucommands.c b/mymenucommands.c index b7e3c79..3c5099a 100644 --- a/mymenucommands.c +++ b/mymenucommands.c @@ -30,7 +30,7 @@ eOSState myMenuCommands::Execute() { char *buffer=NULL; bool confirmed=true; -#ifdef BIGPATCHVERSION +#ifdef CMDSUBMENUVERSNUM if (command->hasChilds()) { AddSubMenu(new myMenuCommands(command->Title(), command->getChilds(), parameters)); return osContinue; |