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
PIM
KMail
Commits
caebd4ad
Commit
caebd4ad
authored
Mar 08, 2021
by
Laurent Montel
😁
Browse files
Fix report bug url
parent
91dc8a67
Pipeline
#53465
passed with stage
in 26 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/archivemailagent/archivemailwidget.cpp
View file @
caebd4ad
...
...
@@ -94,6 +94,7 @@ ArchiveMailWidget::ArchiveMailWidget(const KSharedConfigPtr &config, QWidget *pa
aboutData
.
addAuthor
(
i18n
(
"Laurent Montel"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"montel@kde.org"
));
aboutData
.
setTranslator
(
i18nc
(
"NAME OF TRANSLATORS"
,
"Your names"
),
i18nc
(
"EMAIL OF TRANSLATORS"
,
"Your emails"
));
aboutData
.
setProductName
(
QByteArrayLiteral
(
"Akonadi/Archive Mail Agent"
));
setKAboutData
(
aboutData
);
}
...
...
agents/sendlateragent/sendlaterconfiguredialog.cpp
View file @
caebd4ad
...
...
@@ -47,7 +47,7 @@ SendLaterConfigureDialog::SendLaterConfigureDialog(QWidget *parent)
i18n
(
"Copyright (C) 2013-2020 Laurent Montel"
));
aboutData
.
addAuthor
(
i18n
(
"Laurent Montel"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"montel@kde.org"
));
aboutData
.
setProductName
(
QByteArrayLiteral
(
"Akonadi/SendLaterAgent"
));
QApplication
::
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kmail"
)));
aboutData
.
setTranslator
(
i18nc
(
"NAME OF TRANSLATORS"
,
"Your names"
),
i18nc
(
"EMAIL OF TRANSLATORS"
,
"Your emails"
));
...
...
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