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
PIM
KOrganizer
Commits
1774481e
Commit
1774481e
authored
Dec 25, 2021
by
Nicolas Fella
Browse files
Remove 'Daemon' from application display name
Align with the new name for the SNI from
81df5d4e
parent
59e8d875
Pipeline
#114369
passed with stage
in 2 minutes and 2 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
korgac/korgacmain.cpp
View file @
1774481e
...
...
@@ -35,9 +35,9 @@ int main(int argc, char **argv)
#endif
KAboutData
aboutData
(
QStringLiteral
(
"korgac"
),
i18n
(
"KOrganizer Reminder
Daemon
"
),
i18n
(
"KOrganizer Reminder
s
"
),
QStringLiteral
(
KORGANIZER_VERSION
),
i18n
(
"KOrganizer Reminder
Daemon
"
),
i18n
(
"KOrganizer Reminder
s
"
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 2003 Cornelius Schumacher"
),
QString
(),
...
...
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