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
Utilities
Kate
Commits
18c51d38
Commit
18c51d38
authored
Apr 29, 2021
by
Christoph Cullmann
🐮
Browse files
show new mascot in about dialog
parent
ef27da04
Changes
3
Hide whitespace changes
Inline
Side-by-side
kate/data/kate.qrc
View file @
18c51d38
...
...
@@ -5,5 +5,6 @@
</qresource>
<qresource
prefix=
"/kate"
>
<file
alias=
"kate.svg"
>
../icons/unix/sc-apps-kate.svg
</file>
<file
alias=
"mascot.png"
>
mascot.png
</file>
</qresource>
</RCC>
kate/data/mascot.png
0 → 100644
View file @
18c51d38
220 KB
kate/main.cpp
View file @
18c51d38
...
...
@@ -130,7 +130,8 @@ int main(int argc, char **argv)
i18n
(
"Kate - Advanced Text Editor"
),
KAboutLicense
::
LGPL_V2
,
i18n
(
"(c) 2000-2021 The Kate Authors"
),
QString
(),
// use the other text field to get our mascot into the about dialog
QStringLiteral
(
"<img height=
\"
362
\"
width=
\"
512
\"
src=
\"
:/kate/mascot.png
\"
/>"
),
QStringLiteral
(
"https://kate-editor.org"
));
/**
...
...
Christoph Cullmann
🐮
@cullmann
mentioned in commit
e4a8ec02
·
Apr 29, 2021
mentioned in commit
e4a8ec02
mentioned in commit e4a8ec025580b0f1f0ec97192538a0584c3b8118
Toggle commit list
Write
Preview
Markdown
is supported
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