Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KInfoCenter
Commits
4436332a
Commit
4436332a
authored
Sep 28, 2020
by
Nate Graham
Browse files
Use correct name for new Samba Status module
parent
681bad31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/samba/main.cpp
View file @
4436332a
...
...
@@ -23,7 +23,7 @@ SambaModule::SambaModule(QObject *parent, const QVariantList &args)
:
KQuickAddons
::
ConfigModule
(
parent
,
args
)
{
KAboutData
*
about
=
new
KAboutData
(
i18n
(
"kcmsamba"
),
i18n
(
"S
ystem Information Control Module
"
),
i18n
(
"S
amba Status
"
),
QString
(),
QString
(),
KAboutLicense
::
GPL
,
i18n
(
"(c) 2002-2020 KDE Information Control Module Samba Team"
));
about
->
addAuthor
(
i18n
(
"Michael Glauche"
),
QString
(),
QStringLiteral
(
"glauche@isa.rwth-aachen.de"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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