Oops, another rsrc cleanup!

This commit is contained in:
jeblanchard 2008-06-06 01:25:09 +00:00
parent 7105d7d537
commit 8af58628fa
2 changed files with 3 additions and 3 deletions

View File

@ -1505,8 +1505,8 @@ void DoMemView() {
wndclass.cbClsExtra = 0 ;
wndclass.cbWndExtra = 0 ;
wndclass.hInstance = fceu_hInstance;
wndclass.hIcon = LoadIcon(fceu_hInstance, "FCEUXD_ICON");
wndclass.hIconSm = LoadIcon(fceu_hInstance, "FCEUXD_ICON");
wndclass.hIcon = LoadIcon(fceu_hInstance, "ICON_1");
wndclass.hIconSm = LoadIcon(fceu_hInstance, "ICON_1");
wndclass.hCursor = LoadCursor (NULL, IDC_ARROW) ;
wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH) ;
wndclass.lpszMenuName = "MEMVIEWMENU" ; //TODO: add a menu

View File

@ -1038,7 +1038,7 @@ BEGIN
CONTROL "Horizontal",IDC_NTVIEW_MIRROR_HORIZONTAL,"Button",BS_AUTORADIOBUTTON,15,344,47,10
GROUPBOX "Properties",65531,227,336,122,60
LTEXT "PPU Address:",IDC_NTVIEW_PROPERTIES_LINE_3,237,363,75,8
LTEXT "Mirror:",IDC_NTVIEW_PROPERTIES_LINE_3,237,372,75,8
LTEXT "Mirror:",IDC_NTVIEW_PROPERTIES_LINE_4,237,372,75,8
END
ROMPATCHER DIALOGEX 84, 67, 304, 135