kleopatra
aboutdata.cpp File Reference
#include <config-kleopatra.h>
#include <version-kleopatra.h>
#include "aboutdata.h"
#include <klocale.h>
Include dependency graph for aboutdata.cpp:

Go to the source code of this file.
Variables | |
| static const about_data | authors [] |
| static const about_data | credits [] |
| static const char | description [] = I18N_NOOP("Certificate Manager and Unified Crypto GUI") |
| static const char | kleopatra_version [] = KLEOPATRA_VERSION_STRING |
Variable Documentation
const about_data authors[] [static] |
Initial value:
{
{ "Marc Mutz", I18N_NOOP("Current Maintainer"), "mutz@kde.org", 0 },
{ "Steffen Hansen", I18N_NOOP("Former Maintainer"), "hansen@kde.org", 0 },
{ "Matthias Kalle Dalheimer", I18N_NOOP("Original Author"), "kalle@kde.org", 0 },
}
Definition at line 50 of file aboutdata.cpp.
const about_data credits[] [static] |
Initial value:
{
{ I18N_NOOP("David Faure"),
I18N_NOOP("Backend configuration framework, KIO integration"),
"faure@kde.org", 0 },
{ I18N_NOOP("Michel Boyer de la Giroday"),
I18N_NOOP("Key-state dependant colors and fonts in the key list"),
"michel@klaralvdalens-datakonsult.se", 0 },
{ I18N_NOOP("Thomas Moenicke"),
I18N_NOOP("Artwork"),
"tm@php-qt.org", 0 },
{ I18N_NOOP("Frank Osterfeld"),
I18N_NOOP("Resident gpgme/win wrangler, UI Server commands and dialogs"),
"osterfeld@kde.org", 0 },
{ I18N_NOOP("Karl-Heinz Zimmer"),
I18N_NOOP("DN display ordering support, infrastructure"),
"khz@kde.org", 0 },
}
Definition at line 57 of file aboutdata.cpp.
const char description[] = I18N_NOOP("Certificate Manager and Unified Crypto GUI") [static] |
Definition at line 41 of file aboutdata.cpp.
const char kleopatra_version[] = KLEOPATRA_VERSION_STRING [static] |
Definition at line 40 of file aboutdata.cpp.
KDE 4.2 API Reference