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
Office
Tellico
Commits
a76cc7ca
Commit
a76cc7ca
authored
Feb 14, 2022
by
Robby Stephenson
Browse files
Set desktop file name
Enables correct taskbar icon on Wayland BUG: 450180 FIXED-IN: 3.4.4
parent
2b25bb4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a76cc7ca
2022-02-14 Robby Stephenson <robby@periapsis.org>
* Fixed bug with taskbar icon on wayland (Bug 450180).
2022-02-13 Robby Stephenson <robby@periapsis.org>
* Fixed bug with saving and viewing surrogate code points (Bug 449244).
...
...
src/main.cpp
View file @
a76cc7ca
...
...
@@ -137,6 +137,8 @@ int main(int argc, char* argv[]) {
aboutData
.
addCredit
(
QStringLiteral
(
"Valentin Lavrinenko"
),
i18n
(
"Author of rtf2html library"
));
aboutData
.
addLicense
(
KAboutLicense
::
GPL_V3
);
aboutData
.
setOrganizationDomain
(
"kde.org"
);
aboutData
.
setDesktopFileName
(
QStringLiteral
(
"org.kde.tellico.desktop"
));
QCommandLineParser
parser
;
parser
.
addOption
(
QCommandLineOption
(
QStringList
()
<<
QStringLiteral
(
"nofile"
),
i18n
(
"Do not reopen the last open file"
)));
...
...
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