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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2595
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
     1
--- scorched/src/launcher/wxdialogs/Display.cpp	Sat May  8 11:35:35 2010
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
     2
+++ scorched-patch/src/launcher/wxdialogs/Display.cpp	Sat May  8 11:37:39 2010
928
731ebce2c195 2008-02-24 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -146,16 +146,13 @@
2595
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
     4
 	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load the normal starting settings for Scorched3D. (FAST machines)")),
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
     5
 		0, wxALL, 2);
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
     6
 	loadSizer->Add(IDC_LOADMEDIUM_CTRL, 0, wxALL, 2);
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
     7
-	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load a faster set of settings for Scorched3D. (MEDIUM machines)\n"
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
     8
-		"Note: This will result in a slightly reduced graphical experience.")),
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
     9
+	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.")),
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    10
 		0, wxALL, 2);
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    11
 	loadSizer->Add(IDC_LOADFASTEST_CTRL, 0, wxALL, 2);
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    12
-	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load the fastest settings for Scorched3D. (SLOW machines)\n"
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    13
-		"Note: This will result in a greatly reduced graphical and audio experience.")),
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    14
+	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.")),
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    15
 		0, wxALL, 2);
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    16
 	loadSizer->Add(IDC_LOADSAFE_CTRL, 0, wxALL, 2);
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    17
-	loadSizer->Add(new wxStaticText(parent, -1, wxT("Load the safest settings for Scorched3D.\n"
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    18
-		"Note: This will result in a greatly reduced overall experience but may prevent crashes.")),
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    19
+	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.")),
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    20
 		0, wxALL, 2);
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    21
 
baa193927807 SFEscorched3d.spec: update to 43.1c
jurikm
parents: 928
diff changeset
    22
 	speedSizer->Add(loadSizer, 0, wxGROW);