From 9c041ee2dc3f1e5fc1ebad9dab00564282929c29 Mon Sep 17 00:00:00 2001 From: Alexei Svitkine Date: Sat, 25 Nov 2017 13:45:49 -0500 Subject: [PATCH] move STR_WINDOW_TITLE_GRABBED to user_strings.h and fix header guard for user_strings_unix.h --- SheepShaver/src/Unix/user_strings_unix.h | 5 ++--- SheepShaver/src/include/user_strings.h | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SheepShaver/src/Unix/user_strings_unix.h b/SheepShaver/src/Unix/user_strings_unix.h index be9ea0bb..8858684c 100644 --- a/SheepShaver/src/Unix/user_strings_unix.h +++ b/SheepShaver/src/Unix/user_strings_unix.h @@ -18,8 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef USER_STRINGS_LINUX_H -#define USER_STRINGS_LINUX_H +#ifndef USER_STRINGS_UNIX_H +#define USER_STRINGS_UNIX_H enum { STR_NO_DEV_ZERO_ERR = 10000, @@ -78,7 +78,6 @@ enum { STR_MOUSEWHEELLINES_CTRL, STR_OPEN_WINDOW_ERR, - STR_WINDOW_TITLE_GRABBED, STR_NO_B2_EXE_FOUND }; diff --git a/SheepShaver/src/include/user_strings.h b/SheepShaver/src/include/user_strings.h index 12ea12eb..c0fbb6dc 100644 --- a/SheepShaver/src/include/user_strings.h +++ b/SheepShaver/src/include/user_strings.h @@ -166,6 +166,7 @@ enum { // Mac window STR_WINDOW_TITLE = 4000, STR_WINDOW_TITLE_FROZEN, + STR_WINDOW_TITLE_GRABBED, STR_WINDOW_MENU = 4050, STR_WINDOW_ITEM_ABOUT, STR_WINDOW_ITEM_REFRESH,