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
KMailTransport
Commits
f8258c38
Commit
f8258c38
authored
Nov 04, 2021
by
Friedrich W. H. Kossebau
Browse files
Use action texts for buttons of confirmation dialog
parent
3075df7d
Pipeline
#94065
passed with stage
in 7 minutes and 45 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/kmailtransport/widgets/transportmanagementwidget.cpp
View file @
f8258c38
...
...
@@ -128,7 +128,9 @@ void TransportManagementWidgetPrivate::removeClicked()
}
const
int
rc
=
KMessageBox
::
questionYesNo
(
q
,
i18n
(
"Do you want to remove outgoing account '%1'?"
,
ui
.
transportList
->
currentItem
()
->
text
(
0
)),
i18n
(
"Remove outgoing account?"
));
i18n
(
"Remove outgoing account?"
),
KStandardGuiItem
::
remove
(),
KStandardGuiItem
::
cancel
());
if
(
rc
==
KMessageBox
::
No
)
{
return
;
}
...
...
Write
Preview
Supports
Markdown
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