[atlantik-cvs] CVS: kdegames/atlantik/client selectconfiguration_widget.cpp,1.34,1.35 tokenwidget.cpp,1.1,1.2
[email protected] Sun, 18 May 2003 21:56:04 +0200 (CEST)
Newsgroups
gmane.comp.kde.devel.atlantik
Message-ID
<[email protected] >
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv9875/atlantik/client
Modified Files:
selectconfiguration_widget.cpp tokenwidget.cpp
Log Message:
CVS_SILENT i18n style guide fixes
Index: selectconfiguration_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- selectconfiguration_widget.cpp 8 Feb 2003 15:36:03 -0000 1.34
+++ selectconfiguration_widget.cpp 18 May 2003 19:56:00 -0000 1.35
@@ -48,7 +48,7 @@
playerButtons->addItem(new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum));
- m_tokenButton = new KPushButton(SmallIcon("personal"), i18n("Select token"), this);
+ m_tokenButton = new KPushButton(SmallIcon("personal"), i18n("Select Token"), this);
playerButtons->addWidget(m_tokenButton);
connect(m_tokenButton, SIGNAL(clicked()), this, SLOT(slotTokenButtonClicked()));
Index: tokenwidget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/tokenwidget.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tokenwidget.cpp 19 Dec 2002 03:11:07 -0000 1.1
+++ tokenwidget.cpp 18 May 2003 19:56:00 -0000 1.2
@@ -29,7 +29,7 @@
TokenWidget::TokenWidget(QWidget *parent, const char *name) : QWidget(parent, name)
{
- setCaption(i18n("Select token"));
+ setCaption(i18n("Select Token"));
m_mainLayout = new QVBoxLayout(this, KDialog::marginHint());
Q_CHECK_PTR(m_mainLayout);