Removed obsolete view spectators checkbox

svn path=/trunk/; revision=8057
This commit is contained in:
Robert Ancell 2008-10-17 11:05:42 +00:00
parent 4fbbcec3a2
commit 930ffb5dbb

View file

@ -274,7 +274,7 @@
<child>
<widget class="GtkTable" id="table5">
<property name="visible">True</property>
<property name="n_rows">4</property>
<property name="n_rows">3</property>
<property name="n_columns">3</property>
<property name="homogeneous">False</property>
<property name="row_spacing">6</property>
@ -333,27 +333,6 @@
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="spectator_checkbutton">
<property name="tooltip" translatable="yes" comments="New Game Dialog: Tooltip for Allow Spectators option">Allow remote clients to watch this game</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes" comments="New Game Dialog: Check box to allow other people to watch this game">_Allow spectators</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<property name="active">True</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">3</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label2">
<property name="visible">True</property>
@ -413,7 +392,7 @@
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">0</property>
<property name="bottom_attach">4</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>