kleopatra
Go to the documentation of this file.
33 #include <config-kleopatra.h>
40 static const char description[] = I18N_NOOP(
"GnuPG log viewer");
50 { I18N_NOOP(
"Steffen Hansen"), I18N_NOOP(
"Original Author"),
"hansen@kde.org", 0 },
55 static const about_data
credits[] = {
61 :
KAboutData(
"kwatchgnupg", 0, ki18n(
"KWatchGnuPG"),
63 ki18n(
"(c) 2004 Klar\xC3\xA4lvdalens Datakonsult AB\n") )
67 for (
unsigned int i = 0 ; i <
sizeof authors /
sizeof *
authors ; ++i )
68 addAuthor( ki18n(authors[i].
name), ki18n(authors[i].desc),
69 authors[i].
email, authors[i].web );
71 for (
unsigned int i = 0 ; i <
sizeof credits /
sizeof *
credits ; ++i )
72 addCredit( ki18n(credits[i].name), ki18n(credits[i].desc),
73 credits[i].email, credits[i].web );
static const about_data authors[]
static const char description[]
static std::string email(const UserID &uid)
static const about_data credits[]
static const char kwatchgnupg_version[]
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:10 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.