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
SDK
KDE Development Utilities
Commits
58b571f9
Commit
58b571f9
authored
Nov 15, 2020
by
Friedrich W. H. Kossebau
Browse files
KPartLoader: Use camelcase for display name
NO_CHANGELOG
parent
ebe0f63c
Changes
1
Show whitespace changes
Inline
Side-by-side
kpartloader/kpartloader.cpp
View file @
58b571f9
...
...
@@ -91,7 +91,7 @@ int main( int argc, char **argv )
KAboutData
aboutData
(
QStringLiteral
(
"kpartloader"
),
i18n
(
"
kp
art
l
oader"
),
i18n
(
"
KP
art
L
oader"
),
QStringLiteral
(
KPARTLOADER_VERSION_STRING
),
i18n
(
"This is a test application for KParts."
),
KAboutLicense
::
GPL
...
...
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