# | Line 79 | Line 79 | user_string_def platform_strings[] = { | |
---|---|---|
79 | {STR_SUSPEND_WINDOW_TITLE, "SheepShaver suspended. Press Space to reactivate."}, | |
80 | {STR_VOSF_INIT_ERR, "Cannot initialize Video on SEGV signals."}, | |
81 | ||
82 | + | {STR_OPEN_WINDOW_ERR, "Cannot open Mac window."}, |
83 | + | {STR_WINDOW_TITLE_GRABBED, "SheepShaver (mouse grabbed, press Ctrl-F5 to release)"}, |
84 | + | |
85 | {-1, NULL} // End marker | |
86 | }; | |
87 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |