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
System
Dolphin
Commits
15484340
Commit
15484340
authored
Nov 17, 2020
by
Alexander Lohnau
💬
Browse files
Different icon to launch Konsole terminal
parent
b76cc3f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dolphinmainwindow.cpp
View file @
15484340
...
...
@@ -1631,7 +1631,7 @@ void DolphinMainWindow::setupActions()
openTerminal
->
setWhatsThis
(
xi18nc
(
"@info:whatsthis"
,
"<para>This opens a <emphasis>terminal</emphasis> application for the viewed location.</para>"
"<para>To learn more about terminals use the help in the terminal application.</para>"
));
openTerminal
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
dialog-scripts
"
)));
openTerminal
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
utilities-terminal
"
)));
actionCollection
()
->
setDefaultShortcut
(
openTerminal
,
Qt
::
SHIFT
+
Qt
::
Key_F4
);
connect
(
openTerminal
,
&
QAction
::
triggered
,
this
,
&
DolphinMainWindow
::
openTerminal
);
...
...
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