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
Konsole
Commits
02d79936
Commit
02d79936
authored
Jul 05, 2007
by
Robert Knight
Browse files
Fix last entry in contributors list in about dialog.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683837
parent
37088799
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
02d79936
...
...
@@ -170,7 +170,7 @@ void fillAboutData(KAboutData& aboutData)
aboutData
.
addCredit
(
ki18n
(
"Lars Knoll"
),
ki18n
(
"Bug fixes"
),
"knoll@mpi-hd.mpg.de"
);
aboutData
.
addCredit
(
KLocalizedString
(),
ki18n
(
"Thanks to many others.
\n
"
));
aboutData
.
addCredit
(
ki18n
(
"Thanks to many others.
\n
"
));
}
...
...
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