[atlantik-cvs] CVS: kdegames/atlantik/client selectserver_widget.cpp, 1.45, 1.46
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv26306/kdegames/atlantik/client
Modified Files:
selectserver_widget.cpp
Log Message:
Revert compound stuff - no time left for discussion
Index: selectserver_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectserver_widget.cpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- selectserver_widget.cpp 12 Jul 2004 20:19:56 -0000 1.45
+++ selectserver_widget.cpp 13 Jul 2004 22:10:18 -0000 1.46
@@ -39,7 +39,7 @@
QHGroupBox *customGroup = new QHGroupBox(i18n("Enter Custom monopd Server"), this, "customGroup");
m_mainLayout->addWidget(customGroup);
- QLabel *hostLabel = new QLabel(i18n("Host name:"), customGroup);
+ QLabel *hostLabel = new QLabel(i18n("Hostname:"), customGroup);
m_hostEdit = new KLineEdit(customGroup);
m_hostEdit->setSizePolicy(QSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Minimum));