Add NSCancelButton cases

This commit is contained in:
twinaphex 2016-01-13 13:36:50 +01:00
parent fdc1f963b2
commit 172b972a32

View File

@ -322,6 +322,8 @@ extern void action_ok_push_quick_menu(void);
}
}
break;
case NSCancelButton:
break;
}
}];
#else
@ -359,6 +361,8 @@ extern void action_ok_push_quick_menu(void);
ui_companion_event_command(EVENT_CMD_LOAD_CONTENT);
}
break;
case NSCancelButton:
break;
}
}];
#else