Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Graphics
KRuler
Commits
dce0b0f4
Commit
dce0b0f4
authored
Jan 07, 2016
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/Applications/15.12'
parents
95808d88
3546e532
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
main.cpp
main.cpp
+1
-0
No files found.
main.cpp
View file @
dce0b0f4
...
...
@@ -39,6 +39,7 @@ int main(int argc, char *argv[])
aboutData
.
addAuthor
(
i18n
(
"Mathias Soeken"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"msoeken@tzi.de"
)
);
aboutData
.
addAuthor
(
i18n
(
"Till Krech"
),
i18n
(
"Former Maintainer and Developer"
),
QStringLiteral
(
"till@snafu.de"
)
);
aboutData
.
addCredit
(
i18n
(
"Gunnstein Lye"
),
i18n
(
"Initial port to KDE 2"
),
QStringLiteral
(
"gl@ez.no"
)
);
aboutData
.
setTranslator
(
i18nc
(
"NAME OF TRANSLATORS"
,
"Your names"
),
i18nc
(
"EMAIL OF TRANSLATORS"
,
"Your emails"
)
);
KAboutData
::
setApplicationData
(
aboutData
);
...
...
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