Maelstrom: I don't know if I'll allow you to enable/disable players, so I'm turning the checkboxes into labels for now.

https://github.com/libsdl-org/Maelstrom/commit/207d3f56e36290bf122a76def8f5a8e359d0be60

From 207d3f56e36290bf122a76def8f5a8e359d0be60 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 6 Nov 2011 12:06:56 -0500
Subject: [PATCH] I don't know if I'll allow you to enable/disable players, so
 I'm turning the checkboxes into labels for now.

---
 UI/lobby.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/UI/lobby.xml b/UI/lobby.xml
index 55879888..35787853 100644
--- a/UI/lobby.xml
+++ b/UI/lobby.xml
@@ -135,12 +135,12 @@
 					<Size h="46"/>
 					<Anchor anchorFrom="TOPLEFT" anchorTo="TOPLEFT" x="14" y="84"/>
 					<Elements>
-						<DialogCheckbox name="enabled" text="Player 1" checked="true">
+						<DialogLabel name="enabled" text="Player 1">
 							<Anchor anchorFrom="TOPLEFT" anchorTo="TOPLEFT"/>
-						</DialogCheckbox>
+						</DialogLabel>
 						<DialogRadioGroup name="control">
 							<Elements>
-								<DialogRadioButton name="keyboard" id="1" image="Images/keyboard.bmp" checked="true">
+								<DialogRadioButton name="keyboard" id="1" image="Images/keyboard.bmp">
 									<Anchor anchorFrom="LEFT" anchorTo="RIGHT" anchor="enabled" x="8"/>
 								</DialogRadioButton>
 								<DialogRadioButton name="joystick" id="2" image="Images/joystick.bmp">
@@ -167,9 +167,9 @@
 					<Size h="46"/>
 					<Anchor anchorFrom="TOPLEFT" anchorTo="BOTTOMLEFT" anchor="player1"/>
 					<Elements>
-						<DialogCheckbox name="enabled" text="Player 2" checked="true">
+						<DialogLabel name="enabled" text="Player 2">
 							<Anchor anchorFrom="TOPLEFT" anchorTo="TOPLEFT"/>
-						</DialogCheckbox>
+						</DialogLabel>
 						<DialogRadioGroup name="control">
 							<Elements>
 								<DialogRadioButton name="keyboard" id="1" image="Images/keyboard.bmp">
@@ -199,9 +199,9 @@
 					<Size h="46"/>
 					<Anchor anchorFrom="TOPLEFT" anchorTo="BOTTOMLEFT" anchor="player2"/>
 					<Elements>
-						<DialogCheckbox name="enabled" text="Player 3" checked="true">
+						<DialogLabel name="enabled" text="Player 3">
 							<Anchor anchorFrom="TOPLEFT" anchorTo="TOPLEFT"/>
-						</DialogCheckbox>
+						</DialogLabel>
 						<DialogRadioGroup name="control">
 							<Elements>
 								<DialogRadioButton name="keyboard" id="1" image="Images/keyboard.bmp">