patches/scorched3d-02-sunpro.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2595 baa193927807
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name

--- scorched/src/launcher/wxdialogs/Display.cpp	Sat May  8 11:35:35 2010
+++ scorched-patch/src/launcher/wxdialogs/Display.cpp	Sat May  8 11:37:39 2010
@@ -146,16 +146,13 @@
 	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load the normal starting settings for Scorched3D. (FAST machines)")),
 		0, wxALL, 2);
 	loadSizer->Add(IDC_LOADMEDIUM_CTRL, 0, wxALL, 2);
-	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load a faster set of settings for Scorched3D. (MEDIUM machines)\n"
-		"Note: This will result in a slightly reduced graphical experience.")),
+	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load a faster set of settings for Scorched3D. (MEDIUM machines)\nNote: This will result in a slightly reduced graphical experience.")),
 		0, wxALL, 2);
 	loadSizer->Add(IDC_LOADFASTEST_CTRL, 0, wxALL, 2);
-	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load the fastest settings for Scorched3D. (SLOW machines)\n"
-		"Note: This will result in a greatly reduced graphical and audio experience.")),
+	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load the fastest settings for Scorched3D. (SLOW machines)\nNote: This will result in a greatly reduced graphical and audio experience.")),
 		0, wxALL, 2);
 	loadSizer->Add(IDC_LOADSAFE_CTRL, 0, wxALL, 2);
-	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load the safest settings for Scorched3D.\n"
-		"Note: This will result in a greatly reduced overall experience but may prevent crashes.")),
+	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load the safest settings for Scorched3D.\nNote: This will result in a greatly reduced overall experience but may prevent crashes.")),
 		0, wxALL, 2);
 
 	speedSizer->Add(loadSizer, 0, wxGROW);