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
160f418f
Commit
160f418f
authored
May 02, 2021
by
Christoph Cullmann
🐮
Browse files
add proper credit to Tyson Tan
parent
8bbf212d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kate/main.cpp
View file @
160f418f
...
...
@@ -179,6 +179,10 @@ int main(int argc, char **argv)
QStringLiteral
(
"oss@senarclens.eu"
),
QStringLiteral
(
"http://find-santa.eu/"
));
aboutData
.
addCredit
(
i18n
(
"Tyson Tan"
),
i18n
(
"Designer of Kate's mascot 'Kate the Cyber Woodpecker'"
),
QString
(),
QStringLiteral
(
"https://www.tysontan.com/"
));
aboutData
.
addCredit
(
i18n
(
"Matteo Merli"
),
i18n
(
"Highlighting for RPM Spec-Files, Perl, Diff and more"
),
QStringLiteral
(
"merlim@libero.it"
));
aboutData
.
addCredit
(
i18n
(
"Rocky Scaletta"
),
i18n
(
"Highlighting for VHDL"
),
QStringLiteral
(
"rocky@purdue.edu"
));
aboutData
.
addCredit
(
i18n
(
"Yury Lebedev"
),
i18n
(
"Highlighting for SQL"
));
...
...
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