Skip to content

Commit

Permalink
Today's Plan filename with extension
Browse files Browse the repository at this point in the history
  • Loading branch information
grauser committed Dec 30, 2016
1 parent 8db9d78 commit 6ec9760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cloud/ShareDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ RideWithGpsUploader::requestUploadRideWithGPSFinished(QNetworkReply *reply)
TodaysPlanUploader::TodaysPlanUploader(Context *context, RideItem *ride, ShareDialog *parent) :
ShareDialogUploader(tr("TodaysPlan"), context, ride, parent)
{
rideName = ride->fileName.replace(".json", "");
rideName = ride->fileName.replace(".json", "tcx.gz");
todaysPlanUploadId = ride->ride()->getTag("TodaysPlan uploadId", "0").toInt();
}

Expand Down

0 comments on commit 6ec9760

Please sign in to comment.