-Added English Menu's for screenshots
-Fixed a strange issue where yopyop_private.rc was including itself
This commit is contained in:
parent
1a3bbf6070
commit
c3cf08646d
|
@ -63,6 +63,8 @@ void refreshAll();
|
|||
#define IDM_SBG2 127
|
||||
#define IDM_SBG3 128
|
||||
#define IDM_OAM 129
|
||||
#define IDM_PRINTSCREEN 140
|
||||
#define IDM_QUICK_PRINTSCREEN 141
|
||||
|
||||
#define IDD_MEM_VIEWER 301
|
||||
#define IDC_8_BIT 302
|
||||
|
@ -148,7 +150,4 @@ void refreshAll();
|
|||
#define IDC_PROP0 908
|
||||
#define IDC_PROP1 909
|
||||
#define IDC_OAM_BOX 910
|
||||
|
||||
#define IDM_PRINTSCREEN 140
|
||||
#define IDM_QUICK_PRINTSCREEN 141
|
||||
#endif
|
||||
|
|
|
@ -293,6 +293,8 @@ MENU_PRINCIPAL MENU
|
|||
{
|
||||
MENUITEM "&Open", IDM_OPEN
|
||||
MENUITEM "&Info rom", IDM_GAME_INFO
|
||||
MENUITEM "Save Screenshot &As", IDM_PRINTSCREEN
|
||||
MENUITEM "&Quick Screenshot", IDM_QUICK_PRINTSCREEN
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Quit", IDM_QUIT
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <windows.h> // include for version info constants
|
||||
|
||||
#include "resources.rc"
|
||||
#include "yopyop_private.rc"
|
||||
|
||||
//
|
||||
// SUPPORT FOR WINDOWS XP THEMES:
|
||||
|
|
Loading…
Reference in New Issue