DolphinWX: Add options to Load Last Slot 9/10 to menu.

This commit is contained in:
Admiral H. Curtiss 2015-07-12 04:09:23 +02:00
commit b3471e0abc
3 changed files with 5 additions and 1 deletions

View file

@ -489,6 +489,8 @@ wxString CFrame::GetMenuLabel(int Id)
case HK_LOAD_LAST_STATE_6:
case HK_LOAD_LAST_STATE_7:
case HK_LOAD_LAST_STATE_8:
case HK_LOAD_LAST_STATE_9:
case HK_LOAD_LAST_STATE_10:
Label = wxString::Format(_("Last %i"),
Id - HK_LOAD_LAST_STATE_1 + 1);
break;