[Digikam-devel] [Bug 110984] New: the "description" string can't be internationalization in main.cpp
Chen Xujun
xjchen at redflag-linux.com
Thu Aug 18 02:51:20 BST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=110984
Summary: the "description" string can't be internationalization
in main.cpp
Product: digikam
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: digikam-devel kde org
ReportedBy: xjchen redflag-linux com
Version: (using KDE Devel)
Installed from: Compiled sources
OS: Linux
the "description" string can't be internationalization in digikam/main.cpp
int main(int argc, char *argv[])
{
QString description = i18n("A Photo-Management Application for KDE") + "\n" +
i18n("Using Kipi library version %1").arg(kipi_version);
KAboutData aboutData( "digikam",
I18N_NOOP("digiKam"),
digikam_version,
description.latin1(),
KAboutData::License_GPL,
I18N_NOOP("(c) 2002-2005, digiKam developers team"),
0,
"http://www.digikam.org");
aboutData.addAuthor ( "Renchi Raju",
I18N_NOOP("Main coordinator and developer"),
"renchi at pooh.tam.uiuc.edu",
"http://www.digikam.org");
More information about the Digikam-devel
mailing list