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
Kontact
Commits
33447a70
Commit
33447a70
authored
Nov 16, 2018
by
Volker Krause
Browse files
Use HTTPS for the Kontact website
parent
1b16beab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
33447a70
...
...
@@ -1077,7 +1077,7 @@ QVariantHash MainWindow::introductionData()
{
QStringLiteral
(
"icon"
),
QStringLiteral
(
"help-contents"
)
},
{
QStringLiteral
(
"title"
),
i18n
(
"Read Manual"
)
},
{
QStringLiteral
(
"subtext"
),
i18n
(
"Learn more about Kontact and its components"
)
}
},
QVariantHash
{
{
QStringLiteral
(
"url"
),
QStringLiteral
(
"http://kontact.org"
)
},
QVariantHash
{
{
QStringLiteral
(
"url"
),
QStringLiteral
(
"http
s
://kontact.
kde.
org"
)
},
{
QStringLiteral
(
"icon"
),
QStringLiteral
(
"kontact"
)
},
{
QStringLiteral
(
"title"
),
i18n
(
"Visit Kontact Website"
)
},
{
QStringLiteral
(
"subtext"
),
i18n
(
"Access online resources and tutorials"
)
}
},
...
...
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