[atlantik-cvs] CVS: kdegames/atlantik/client selectconfiguration_widget.cpp,1.27,1.28
[email protected] Thu, 19 Dec 2002 04:40:04 +0100 (CET)
Newsgroups
gmane.comp.kde.devel.atlantik
Message-ID
<[email protected] >
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv26824
Modified Files:
selectconfiguration_widget.cpp
Log Message:
fix start button
Index: selectconfiguration_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- selectconfiguration_widget.cpp 19 Dec 2002 03:11:07 -0000 1.27
+++ selectconfiguration_widget.cpp 19 Dec 2002 03:40:02 -0000 1.28
@@ -74,6 +74,13 @@
connect(m_backButton, SIGNAL(clicked()), this, SIGNAL(leaveGame()));
+ serverButtons->addItem(new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum));
+
+ m_connectButton = new KPushButton(SmallIcon("forward"), i18n("Start Game"), this);
+ serverButtons->addWidget(m_connectButton);
+
+ connect(m_connectButton, SIGNAL(clicked()), this, SLOT(connectClicked()));
+
// Status indicator.
status_label = new QLabel(this);
status_label->setText(i18n("Retrieving configuration list..."));