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

List:       atlantik-devel
Subject:    [atlantik-cvs] CVS: kdeaddons/atlantikdesigner/designer
From:       binner () office ! kde ! org (Stephan Binner <binner () kde ! org>)
Date:       2004-07-04 9:47:00
Message-ID: 40E7D214.mail3SC115VJF () office ! kde ! org
[Download RAW message or body]

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)

_______________________________________________
atlantik-cvs mailing list
atlantik-cvs@kde.org
https://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