gtk: renamed "Emulator" menu to "Emulation" menu

This commit is contained in:
punkrockguy318 2011-03-19 19:52:58 +00:00
parent be05f73b97
commit 968dd77ccf
1 changed files with 2 additions and 2 deletions

View File

@ -1874,7 +1874,7 @@ static char* menuXml =
" <separator />"
" <menuitem action='FullscreenAction' />"
" </menu>"
" <menu action='EmulatorMenuAction'>"
" <menu action='EmulationMenuAction'>"
" <menuitem action='PowerAction' />"
" <menuitem action='ResetAction' />"
" <menuitem action='SoftResetAction' />"
@ -1927,7 +1927,7 @@ static GtkActionEntry normal_entries[] = {
{"NetworkConfigAction", GTK_STOCK_NETWORK, "_Network Config", NULL, NULL, G_CALLBACK(openNetworkConfig)},
{"FullscreenAction", GTK_STOCK_FULLSCREEN, "_Fullscreen", "<alt>Return", NULL, G_CALLBACK(enableFullscreen)},
{"EmulatorMenuAction", NULL, "_Emulator"},
{"EmulationMenuAction", NULL, "_Emulation"},
{"PowerAction", NULL, "P_ower", NULL, NULL, G_CALLBACK(FCEUI_PowerNES)},
{"SoftResetAction", GTK_STOCK_REFRESH, "_Soft Reset", NULL, NULL, G_CALLBACK(emuReset)},
{"ResetAction", GTK_STOCK_REFRESH, "_Reset", NULL, NULL, G_CALLBACK(hardReset)},