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
3dbda428
Commit
3dbda428
authored
Jan 24, 2022
by
Ingo Klöcker
Browse files
Adjust to interface changes
GnuPG-bug-id: 5791
parent
fa3fe3e6
Pipeline
#128146
passed with stage
in 1 minute and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/certificatedetailsinputwidget.cpp
View file @
3dbda428
...
...
@@ -53,7 +53,7 @@ namespace
if
(
attr
.
isEmpty
())
{
return
QString
();
}
const
QString
label
=
DN
A
ttribute
Mapper
::
instance
()
->
name2l
abel
(
attr
);
const
QString
label
=
DN
::
a
ttribute
NameToL
abel
(
attr
);
if
(
!
label
.
isEmpty
())
{
return
i18nc
(
"Format string for the labels in the
\"
Your Personal Data
\"
page"
,
"%1 (%2)"
,
label
,
attr
);
...
...
src/newcertificatewizard/newcertificatewizard.cpp
View file @
3dbda428
...
...
@@ -1316,7 +1316,7 @@ static QString attributeLabel(const QString &attr, bool pgp)
if
(
attr
.
isEmpty
())
{
return
QString
();
}
const
QString
label
=
pgp
?
pgpLabel
(
attr
)
:
Kleo
::
DN
A
ttribute
Mapper
::
instance
()
->
name2l
abel
(
attr
);
const
QString
label
=
pgp
?
pgpLabel
(
attr
)
:
Kleo
::
DN
::
a
ttribute
NameToL
abel
(
attr
);
if
(
!
label
.
isEmpty
())
if
(
pgp
)
{
return
label
;
...
...
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