[atlantik-cvs] CVS: kdegames/atlantik/client selectgame_widget.cpp,1.25,1.26 selectserver_widget.cpp,1.22,1.23

[email protected]
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv16827

Modified Files:
	selectgame_widget.cpp selectserver_widget.cpp 
Log Message:
QString(i18n()) fixes


Index: selectgame_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectgame_widget.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- selectgame_widget.cpp	14 Dec 2002 01:04:02 -0000	1.25
+++ selectgame_widget.cpp	24 Feb 2003 21:16:46 -0000	1.26
@@ -35,10 +35,10 @@
 
 	// List of games
 	m_gameList = new KListView(groupBox, "m_gameList");
-	m_gameList->addColumn(QString(i18n("Game")));
-	m_gameList->addColumn(QString(i18n("Description")));
-	m_gameList->addColumn(QString(i18n("Id")));
-	m_gameList->addColumn(QString(i18n("Players")));
+	m_gameList->addColumn(i18n("Game"));
+	m_gameList->addColumn(i18n("Description"));
+	m_gameList->addColumn(i18n("Id"));
+	m_gameList->addColumn(i18n("Players"));
 	m_gameList->setAllColumnsShowFocus(true);
 //	m_mainLayout->addWidget(m_gameList);
 

Index: selectserver_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectserver_widget.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- selectserver_widget.cpp	24 Feb 2003 19:28:34 -0000	1.22
+++ selectserver_widget.cpp	24 Feb 2003 21:16:46 -0000	1.23
@@ -36,19 +36,19 @@
 	m_mainLayout->addWidget(bgroup);
 
 	// Button for local games
-//	m_localGameButton = new QRadioButton(QString(i18n("Start a local server")), bgroup, "m_localGameButton");
+//	m_localGameButton = new QRadioButton(i18n("Start a local server"), bgroup, "m_localGameButton");
 //	connect(m_localGameButton, SIGNAL(stateChanged(int)), this, SLOT(validateConnectButton()));
 
 	// Button for on-line games
-//	m_onlineGameButton = new QRadioButton(QString(i18n("Select a server to play a game on-line")), bgroup, "m_onlineGameButton");
+//	m_onlineGameButton = new QRadioButton(i18n("Select a server to play a game on-line"), bgroup, "m_onlineGameButton");
 //	m_localGameButton->setEnabled(true);
 //	connect(m_onlineGameButton, SIGNAL(stateChanged(int)), this, SLOT(validateConnectButton()));
 
 	// List of servers
 	m_serverList = new KListView(bgroup, "m_serverList");
-	m_serverList->addColumn(QString(i18n("Host")));
-	m_serverList->addColumn(QString(i18n("Version")));
-	m_serverList->addColumn(QString(i18n("Users")));
+	m_serverList->addColumn(i18n("Host"));
+	m_serverList->addColumn(i18n("Version"));
+	m_serverList->addColumn(i18n("Users"));
 	m_serverList->setAllColumnsShowFocus(true);
 //	m_mainLayout->addWidget(m_serverList);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.