]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Oops.
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 26 May 2020 15:05:09 +0000 (15:05 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 26 May 2020 15:05:09 +0000 (15:05 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12589 d7cf8633-e32d-0410-b094-e92efae38249

sys_sdl.c

index 757d9d8fdd08f3b60828a1c58f45f69d30f9451e..819848614080f06cbe5d79d6c05568bf38c30590 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -63,7 +63,7 @@ void Sys_Error (const char *error, ...)
        Con_Errorf ("Engine Error: %s\n", string);
        
        if(!nocrashdialog)
-               SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Quake Error", string, NULL);
+               SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Engine Error", string, NULL);
 
        Host_Shutdown ();
        exit (1);