-Added English Menu's for screenshots

-Fixed a strange issue where yopyop_private.rc was including itself
This commit is contained in:
cyberwarriorx 2006-04-18 19:01:26 +00:00
parent 1a3bbf6070
commit c3cf08646d
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
}

View File

@ -4,7 +4,6 @@
#include <windows.h> // include for version info constants
#include "resources.rc"
#include "yopyop_private.rc"
//
// SUPPORT FOR WINDOWS XP THEMES: