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

List:       kde-commits
Subject:    KDE/kdebase/apps/kinfocenter/info
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2008-11-18 22:36:47
Message-ID: 1227047807.477792.31159.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 886288 by aacid:

first parameter of KAboutData should not be marked for translation


 M  +1 -1      info.cpp  


--- trunk/KDE/kdebase/apps/kinfocenter/info/info.cpp #886287:886288
@@ -23,7 +23,7 @@
 
 KInfoListWidget::KInfoListWidget(const KComponentData &inst, const QString &_title, \
QWidget *parent, bool _getlistbox(QTreeWidget *tree) ) :  KCModule(inst, parent), \
                title(_title) {
-	KAboutData *about = new KAboutData(I18N_NOOP("kcminfo"), 0,
+	KAboutData *about = new KAboutData("kcminfo", 0,
 			ki18n("KDE Panel System Information Control Module"),
 			0, KLocalizedString(), KAboutData::License_GPL,
 			ki18n(	"(c) 2008 Nicolas Ternisien\n"


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

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