mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
ShareDialog 2/3 : For version 3.0.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user