tweak name of mbar resource

This commit is contained in:
cy384 2020-08-20 14:53:01 -04:00
parent 0dd720d7e8
commit cfb121c270
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
#define PICT_ABOUT 133
/* menus */
#define SSHEVEN_MBAR 128
#define MBAR_SSHEVEN 128
#define MENU_APPLE 128
#define MENU_FILE 129
#define MENU_EDIT 130

View File

@ -633,7 +633,7 @@ int main(int argc, char** argv)
InitWindows();
InitMenus();
void* menu = GetNewMBar(SSHEVEN_MBAR);
void* menu = GetNewMBar(MBAR_SSHEVEN);
SetMenuBar(menu);
AppendResMenu(GetMenuHandle(MENU_APPLE), 'DRVR');