[prev in list] [next in list] [prev in thread] [next in thread] 

List:       atlantik-devel
Subject:    [atlantik-cvs] CVS: kdegames/atlantik/client selectconfiguration_widget.cpp,1.24,1.25 selectgame_wid
From:       kde () office ! kde ! org
Date:       2002-08-13 18:09:44
[Download RAW message or body]

Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv16763/atlantik/client

Modified Files:
	selectconfiguration_widget.cpp selectgame_widget.cpp 
	selectserver_widget.cpp 
Log Message:
CVS_SILENT Style guide fix, use "cvslastchange" or X-WebCVS header line to view


Index: selectconfiguration_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- selectconfiguration_widget.cpp	2002/08/01 15:16:25	1.24
+++ selectconfiguration_widget.cpp	2002/08/13 18:09:42	1.25
@@ -55,7 +55,7 @@
 	QHBoxLayout *buttonBox = new QHBoxLayout(this, 0, KDialog::spacingHint());
 	m_mainLayout->addItem(buttonBox);
 
-	m_backButton = new KPushButton(SmallIcon("back"), i18n("Leave game"), this);
+	m_backButton = new KPushButton(SmallIcon("back"), i18n("Leave Game"), this);
 	buttonBox->addWidget(m_backButton);
 
 	connect(m_backButton, SIGNAL(clicked()), this, SIGNAL(leaveGame()));

Index: selectgame_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectgame_widget.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- selectgame_widget.cpp	2002/08/01 15:16:25	1.21
+++ selectgame_widget.cpp	2002/08/13 18:09:42	1.22
@@ -30,7 +30,7 @@
 	Q_CHECK_PTR(m_mainLayout);
 
 	QVGroupBox *groupBox;
-	groupBox = new QVGroupBox(i18n("Create or Select a monopd Game"), this, \
"groupBox"); +	groupBox = new QVGroupBox(i18n("Create or Select monopd Game"), this, \
"groupBox");  m_mainLayout->addWidget(groupBox);
 
 	// List of games
@@ -80,7 +80,7 @@
 {
 	if (gameId == "-1")
 	{
-		QListViewItem *item = new QListViewItem(m_gameList, i18n("Create a new %1 \
Game").arg(name), description, "", "", gameType); +		QListViewItem *item = new \
QListViewItem(m_gameList, i18n("Create new %1 Game").arg(name), description, "", "", \
gameType);  item->setPixmap(0, QPixmap(SmallIcon("filenew")));
 	}
 	else

Index: selectserver_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectserver_widget.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- selectserver_widget.cpp	2002/08/01 15:16:25	1.17
+++ selectserver_widget.cpp	2002/08/13 18:09:42	1.18
@@ -30,7 +30,7 @@
 
 	QVButtonGroup *bgroup;
 //	bgroup = new QVButtonGroup(i18n("Start or select a monopd server"), this, \
                "bgroup");
-	bgroup = new QVButtonGroup(i18n("Select a monopd Server"), this, "bgroup");
+	bgroup = new QVButtonGroup(i18n("Select monopd Server"), this, "bgroup");
 	bgroup->setExclusive(true);
 	m_mainLayout->addWidget(bgroup); 
 

_______________________________________________
atlantik-cvs mailing list
atlantik-cvs@mail.kde.org
http://mail.kde.org/mailman/listinfo/atlantik-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic