ShareDialog 2/3 : For version 3.0.1

This commit is contained in:
Damien
2013-10-20 11:08:15 +02:00
parent d878868a53
commit 94454acded
3 changed files with 372 additions and 290 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..."), this);
shareAction = new QAction(tr("Share (Strava, RideWithGPS)..."), this);
connect(shareAction, SIGNAL(triggered(bool)), this, SLOT(share()));
rideMenu->addAction(shareAction);
#endif