From 044521630eeb2cf9b02f586077f1f5c6788acbc5 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 7 May 2010 18:31:08 +0000 Subject: [PATCH] A missing (. Thanks Tryton. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3596 --- src/gui/sdlmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index 7f075182..2d7535db 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -1477,7 +1477,7 @@ void Config_Add_SDL() { Pstring = sdl_sec->Add_string("windowresolution",Property::Changeable::Always,"original"); Pstring->Set_help("Scale the window to this size IF the output device supports hardware scaling.\n" - " output=surface does not!)"); + " (output=surface does not!)"); const char* outputs[] = { "surface", "overlay",