ShareDialog: Add ipload to www.cyclinganalytics.com

This commit is contained in:
Damien
2013-10-28 22:59:17 +01:00
parent 914ab505d8
commit 16b856d9ed
9 changed files with 399 additions and 71 deletions

View File

@@ -482,7 +482,7 @@ MainWindow::MainWindow(const QDir &home)
connect(tweetAction, SIGNAL(triggered(bool)), this, SLOT(tweetRide()));
rideMenu->addAction(tweetAction);
shareAction = new QAction(tr("Share (Strava, RideWithGPS)..."), this);
shareAction = new QAction(tr("Share (Strava, RideWithGPS, CyclingAnalytics)..."), this);
connect(shareAction, SIGNAL(triggered(bool)), this, SLOT(share()));
rideMenu->addAction(shareAction);
#endif