Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
f6163cd2
Commit
f6163cd2
authored
Dec 20, 2021
by
Kurt Hindenburg
Browse files
Re-add the text to the dialog when removing a ssh entry
6dad1030
removed using the message
parent
38d44ad5
Pipeline
#112581
passed with stage
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/SSHManager/sshmanagerpluginwidget.cpp
View file @
f6163cd2
...
...
@@ -198,7 +198,7 @@ void SSHManagerTreeWidget::triggerRemove()
KMessageBox
::
ButtonCode
result
=
KMessageBox
::
messageBox
(
this
,
KMessageBox
::
DialogType
::
WarningYesNo
,
i18n
(
"Remove SSH Configurations"
)
,
dialogMessage
,
i18n
(
"Remove SSH Configurations"
),
KStandardGuiItem
::
yes
(),
KStandardGuiItem
::
no
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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