diff --git a/src/Gui/AboutDialog.cpp b/src/Gui/AboutDialog.cpp index ccf794bb8..9f2cbce73 100644 --- a/src/Gui/AboutDialog.cpp +++ b/src/Gui/AboutDialog.cpp @@ -75,6 +75,7 @@ AboutPage::AboutPage(Context *context) : context(context) "
The core body temperature module was developed by the
" "U.S. Army Research Institute of Environmental Medicine" "
and is patent pending
" + "

" "" ) .arg(QString(QUrl::fromLocalFile(context->athlete->home->root().absolutePath()).toEncoded())) diff --git a/src/Resources/application.qrc b/src/Resources/application.qrc index d9c8ce853..3fae9b8da 100644 --- a/src/Resources/application.qrc +++ b/src/Resources/application.qrc @@ -166,6 +166,7 @@ images/configure.png web/googlemap/dark.css images/toolbar/cloud.png + images/services/strava_compatible.png images/services/cyclinganalytics.png images/services/dropbox.png images/services/googledrive.png diff --git a/src/Resources/images/services/strava_compatible.png b/src/Resources/images/services/strava_compatible.png new file mode 100644 index 000000000..cf74b8823 Binary files /dev/null and b/src/Resources/images/services/strava_compatible.png differ