From 2a0c9cd3d6e918b948e77d5793c618ec91452826 Mon Sep 17 00:00:00 2001 From: eshe Date: Thu, 22 Jul 2010 17:02:43 +0100 Subject: [PATCH] Small changed to about dialog, web page and control file description. --- debian/control | 6 +++--- src/gui/aboutdialog.cpp | 3 ++- www/index.html | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 6b32ebf..4c10f85 100644 --- a/debian/control +++ b/debian/control @@ -9,12 +9,12 @@ Homepage: http://jenirok.garage.maemo.org Package: jenirok Architecture: any Depends: ${shlibs:Depends}, libqt4-sql-sqlite -Description: Searches unknown callers' details automatically using Eniro person search or 1881.no. +Description: Searches unknown callers' details automatically during call. Unknown callers' details are fetched automatically during call - using Eniro person search or 1881.no (for Norwegian users). + using Eniro person search, 1881.no or Das Telefonbuch. Person search can also be done by using a gui application. Jenirok is currently mainly usable for Finnish, Swedish, - Danish and Norwegian users. + Danish, Norwegian and German users. XB-Description-fi_FI: Hakee tuntemattoman soittajan tiedot Eniron henkilöhaulla. Jenirok hakee tuntemattoman soittajan tiedot automaattisesti Eniron henkilöhakua käyttämällä. diff --git a/src/gui/aboutdialog.cpp b/src/gui/aboutdialog.cpp index f029b3c..ce7f148 100644 --- a/src/gui/aboutdialog.cpp +++ b/src/gui/aboutdialog.cpp @@ -32,7 +32,8 @@ AboutDialog::AboutDialog(QWidget* parent): QDialog(parent) image->setPixmap(pixmap); mainLayout->addWidget(image, 0, Qt::AlignLeft); mainLayout->addSpacing(20); - QLabel* text = new QLabel(QString::fromUtf8("Jenirok
(c) 2010 Jesse Hakanen
Norwegian translation by Eirik Lindem and Jørgen Sogn
Swedish translation by Torbjörn Svangård
http://jenirok.garage.maemo.org")); + QLabel* text = new QLabel(QString::fromUtf8("Jenirok
(c) 2010 Jesse Hakanen
- Norwegian translation by Eirik Lindem and Jørgen Sogn
- Swedish translation by Torbjörn Svangård
- German translation and German phonebook implementation by Konrad Feldmeier
http://jenirok.garage.maemo.org")); + text->setWordWrap(true); text->setOpenExternalLinks(true); mainLayout->addWidget(text, 10, Qt::AlignLeft); diff --git a/www/index.html b/www/index.html index 670c2bd..20b1c9e 100644 --- a/www/index.html +++ b/www/index.html @@ -62,7 +62,7 @@ make fakeroot make install

Thanks

-

Konrad Feldmeier - Das Telefonbuch implementation

+

Konrad Feldmeier - Das Telefonbuch implementation and German translation

Eirik Lindem and Jørgen Sogn - Norwegian translation

Torbjörn Svangård - Swedish translation

-- 1.7.9.5