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
Kate
Commits
d6a33a82
Commit
d6a33a82
authored
Oct 23, 2022
by
Christoph Cullmann
🍨
Browse files
set tooltip not whatsthis
parent
cb3289ad
Pipeline
#254164
passed with stage
in 20 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/kateconfigdialog.cpp
View file @
d6a33a82
...
...
@@ -574,7 +574,7 @@ void KateConfigDialog::addSessionPage()
// When a window is closed, close all documents only visible in that window, too
sessionConfigUi
.
winClosesDocuments
->
setChecked
(
cgGeneral
.
readEntry
(
"Close documents with window"
,
true
));
sessionConfigUi
.
winClosesDocuments
->
set
WhatsThis
(
i18n
(
"When a window is closed the documents opened only in this window are closed as well."
));
sessionConfigUi
.
winClosesDocuments
->
set
ToolTip
(
i18n
(
"When a window is closed the documents opened only in this window are closed as well."
));
connect
(
sessionConfigUi
.
winClosesDocuments
,
&
QCheckBox
::
toggled
,
this
,
&
KateConfigDialog
::
slotChanged
);
// Closing last file closes Kate
...
...
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