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

List:       atlantik-devel
Subject:    [atlantik-devel] CVS: kdegames/atlantik/client configdlg.cpp,1.16,1.17 selectconfiguration_widget.cp
From:       kde () office ! kde ! org
Date:       2002-04-25 11:02:01
[Download RAW message or body]

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

Modified Files:
	configdlg.cpp selectconfiguration_widget.cpp 
	selectgame_widget.cpp selectserver_widget.cpp 
Log Message:
CVS_SILENT Style guide fixes.

Index: configdlg.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/configdlg.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- configdlg.cpp	2002/04/23 16:56:30	1.16
+++ configdlg.cpp	2002/04/25 11:01:59	1.17
@@ -103,7 +103,7 @@
 	m_configDialog = configDialog;
 	QVBoxLayout *layout = new QVBoxLayout(parent, KDialog::marginHint(), KDialog::spacingHint());
 
-	QGroupBox *box = new QGroupBox(1, Qt::Horizontal, i18n("Game status feedback"), parent);
+	QGroupBox *box = new QGroupBox(1, Qt::Horizontal, i18n("Game Status Feedback"), parent);
 	layout->addWidget(box);
 
 	m_indicateUnowned = new QCheckBox(i18n("Display title deed card on unowned properties"), box);

Index: selectconfiguration_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- selectconfiguration_widget.cpp	2002/04/23 16:56:30	1.10
+++ selectconfiguration_widget.cpp	2002/04/25 11:01:59	1.11
@@ -31,11 +31,11 @@
 	Q_CHECK_PTR(m_mainLayout);
 
 	// Player list.
-	m_playerGroupBox = new QVGroupBox(i18n("Player list"), this, "groupBox");
+	m_playerGroupBox = new QVGroupBox(i18n("Player List"), this, "groupBox");
 	m_mainLayout->addWidget(m_playerGroupBox); 
 
 	// Game configuration.
-	m_groupBox = new QVGroupBox(i18n("Game configuration"), this, "groupBox");
+	m_groupBox = new QVGroupBox(i18n("Game Configuration"), this, "groupBox");
 	m_mainLayout->addWidget(m_groupBox); 
 
 	// List of  players

Index: selectgame_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectgame_widget.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- selectgame_widget.cpp	2002/04/23 16:56:30	1.13
+++ selectgame_widget.cpp	2002/04/25 11:01:59	1.14
@@ -21,7 +21,7 @@
 #include <kdialog.h>
 #include <klocale.h>
 #include <kiconloader.h>
- 
+
 #include "selectgame_widget.moc"
 
 SelectGame::SelectGame(QWidget *parent, const char *name) : QWidget(parent, name)
@@ -30,7 +30,7 @@
 	Q_CHECK_PTR(m_mainLayout);
 
 	QVGroupBox *groupBox;
-	groupBox = new QVGroupBox(i18n("Start or select a monopd game"), this, "groupBox");
+	groupBox = new QVGroupBox(i18n("Start or Select a monopd Game"), this, "groupBox");
 	m_mainLayout->addWidget(groupBox);
 
 	// List of games

Index: selectserver_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectserver_widget.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- selectserver_widget.cpp	2002/04/23 16:56:30	1.12
+++ selectserver_widget.cpp	2002/04/25 11:01:59	1.13
@@ -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 a monopd Server"), this, "bgroup");
 	bgroup->setExclusive(true);
 	m_mainLayout->addWidget(bgroup); 
 

_______________________________________________
atlantik-devel mailing list
atlantik-devel@mail.kde.org
http://mail.kde.org/mailman/listinfo/atlantik-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

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