Oops, another rsrc cleanup!
This commit is contained in:
parent
7105d7d537
commit
8af58628fa
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue