| Newsgroups |
gmane.comp.kde.devel.atlantik |
| Message-ID |
<[email protected]> |
Update of /home/kde/kdeaddons/atlantikdesigner/designer
In directory office:/tmp/cvs-serv4884/atlantikdesigner/designer
Modified Files:
boardinfo.cpp
Log Message:
CVS_SILENT i18n style guide fix
Index: boardinfo.cpp
===================================================================
RCS file: /home/kde/kdeaddons/atlantikdesigner/designer/boardinfo.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- boardinfo.cpp 5 Oct 2002 05:27:06 -0000 1.6
+++ boardinfo.cpp 4 Jul 2004 09:46:58 -0000 1.7
@@ -36,10 +36,10 @@
{
aboutLayout->addWidget(new QLabel(info->name, about));
name = 0;
- }
+ }
QHBoxLayout *versionLayout = new QHBoxLayout(aboutLayout, spacingHint());
- versionLayout->addWidget(new QLabel(i18n("Version"), about));
+ versionLayout->addWidget(new QLabel(i18n("Version:"), about));
if (editable)
{
versionLayout->addWidget(version = new KLineEdit(about));
@@ -47,7 +47,7 @@
}
else
versionLayout->addWidget(new QLabel(info->version, about));
-
+
QHBoxLayout *urlLayout = new QHBoxLayout(aboutLayout, spacingHint());
urlLayout->addWidget(new QLabel(i18n("URL:"), about));
if (editable)
@@ -172,7 +172,7 @@
QStringList LotsaEdits::save()
{
QStringList ret;
-
+
QWidget *edit = 0;
for (edit = list.first(); edit; edit = list.next())
if (editable)