From 2014ab791817b42405ff29f4bf96d27050c63bcc Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Fri, 3 Dec 2004 22:05:11 +0000 Subject: [PATCH] cosmetics --- BasiliskII/src/Windows/user_strings_windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasiliskII/src/Windows/user_strings_windows.cpp b/BasiliskII/src/Windows/user_strings_windows.cpp index e63f652d..f0468071 100755 --- a/BasiliskII/src/Windows/user_strings_windows.cpp +++ b/BasiliskII/src/Windows/user_strings_windows.cpp @@ -34,11 +34,11 @@ user_string_def platform_strings[] = { // Purely platform-specific strings {STR_NO_XVISUAL_ERR, "Cannot obtain appropriate X visual."}, {STR_VOSF_INIT_ERR, "Cannot initialize Video on SEGV signals."}, + {STR_SIG_INSTALL_ERR, "Cannot install %s handler (%s)."}, {STR_TICK_THREAD_ERR, "Cannot create 60Hz thread (%s)."}, {STR_NO_AUDIO_WARN, "No audio device found, audio output will be disabled."}, {STR_KEYCODE_FILE_WARN, "Cannot open keycode translation file %s (%s)."}, {STR_KEYCODE_VENDOR_WARN, "Cannot find vendor '%s' in keycode translation file %s."}, - {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"}, {STR_WINDOW_TITLE_GRABBED, "Basilisk II (mouse grabbed, press Ctrl-F5 to release)"}, {-1, NULL} // End marker