Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kleopatra
Commits
023d2958
Commit
023d2958
authored
Nov 16, 2021
by
Laurent Montel
😁
Browse files
not necessary to use I18N_NOOP here.
parent
1c18c119
Pipeline
#98304
passed with stage
in 14 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/aboutdata.cpp
View file @
023d2958
...
...
@@ -17,7 +17,6 @@
#include <KLocalizedString>
static
const
char
kleopatra_version
[]
=
KLEOPATRA_VERSION_STRING
;
static
const
char
description
[]
=
I18N_NOOP
(
"Certificate Manager and Unified Crypto GUI"
);
struct
about_data
{
const
char
*
name
;
...
...
@@ -73,7 +72,7 @@ AboutData::AboutData()
Kleo
::
gpg4winDescription
(),
#else
QLatin1String
(
kleopatra_version
),
i18n
(
description
),
i18n
(
"Certificate Manager and Unified Crypto GUI"
),
#endif
KAboutLicense
::
GPL
,
i18n
(
"(c) 2002 Steffen\u00A0Hansen, Matthias\u00A0Kalle\u00A0"
"Dalheimer, Klar\u00E4lvdalens\u00A0"
"Datakonsult\u00A0"
"AB
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment