mirror of https://github.com/PCSX2/pcsx2.git
Small modification to the run sub-menu
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@98 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
7f861132f0
commit
cc3ca30880
|
@ -1242,8 +1242,8 @@ void CreateMainMenu() {
|
|||
ADDMENUITEM(1, _("&Low"), ID_PROCESSLOW );
|
||||
ADDMENUITEM(1, _("High"), ID_PROCESSHIGH);
|
||||
ADDMENUITEM(1, _("Normal"), ID_PROCESSNORMAL);
|
||||
ADDMENUITEM(0,_("&Arguments"), ID_RUN_CMDLINE);
|
||||
ADDMENUITEM(0,_("Re&set"), ID_RUN_RESET);
|
||||
ADDMENUITEM(0,_("&Arguments"), ID_RUN_CMDLINE);
|
||||
ADDMENUITEM(0,_("E&xecute"), ID_RUN_EXECUTE);
|
||||
|
||||
ADDSUBMENU(0,_("&Config"));
|
||||
|
|
Loading…
Reference in New Issue