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,