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
PIM Sieve Editor
Commits
89715205
Commit
89715205
authored
Nov 12, 2021
by
Laurent Montel
😁
Browse files
Better to use save here
parent
01e046ad
Pipeline
#96932
passed with stage
in 3 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/sieveeditormainwidget.cpp
View file @
89715205
...
...
@@ -595,7 +595,7 @@ void SieveEditorMainWidget::slotTabCloseRequested(int index)
const
int
result
=
KMessageBox
::
questionYesNoCancel
(
this
,
i18n
(
"Script was modified. Do you want to save before closing?"
),
i18n
(
"Close script"
),
KStandardGuiItem
::
clos
e
(),
KStandardGuiItem
::
sav
e
(),
KStandardGuiItem
::
no
(),
KStandardGuiItem
::
cancel
());
if
(
result
==
KMessageBox
::
Yes
)
{
...
...
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