mirror of https://github.com/cy384/ssheven.git
tweak name of mbar resource
This commit is contained in:
parent
0dd720d7e8
commit
cfb121c270
|
@ -52,7 +52,7 @@
|
||||||
#define PICT_ABOUT 133
|
#define PICT_ABOUT 133
|
||||||
|
|
||||||
/* menus */
|
/* menus */
|
||||||
#define SSHEVEN_MBAR 128
|
#define MBAR_SSHEVEN 128
|
||||||
#define MENU_APPLE 128
|
#define MENU_APPLE 128
|
||||||
#define MENU_FILE 129
|
#define MENU_FILE 129
|
||||||
#define MENU_EDIT 130
|
#define MENU_EDIT 130
|
||||||
|
|
|
@ -633,7 +633,7 @@ int main(int argc, char** argv)
|
||||||
InitWindows();
|
InitWindows();
|
||||||
InitMenus();
|
InitMenus();
|
||||||
|
|
||||||
void* menu = GetNewMBar(SSHEVEN_MBAR);
|
void* menu = GetNewMBar(MBAR_SSHEVEN);
|
||||||
SetMenuBar(menu);
|
SetMenuBar(menu);
|
||||||
AppendResMenu(GetMenuHandle(MENU_APPLE), 'DRVR');
|
AppendResMenu(GetMenuHandle(MENU_APPLE), 'DRVR');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue