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
Network
Konversation
Commits
dafe7639
Commit
dafe7639
authored
Jan 01, 2021
by
Peter Simonsson
Browse files
Don't repeat konversation name in systray tooltip
parent
beee0ff2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/viewer/trayicon.cpp
View file @
dafe7639
...
...
@@ -20,7 +20,7 @@ namespace Konversation
updateAppearance
();
setToolTip
(
QStringLiteral
(
"konversation"
),
i18n
(
"Konversation"
),
i18n
(
"
Konversation -
IRC Client"
));
setToolTip
(
QStringLiteral
(
"konversation"
),
i18n
(
"Konversation"
),
i18n
(
"IRC Client"
));
}
TrayIcon
::~
TrayIcon
()
...
...
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