Get location for Facebook from dive site
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
253a137cc7
commit
b2f0d21d43
@ -302,7 +302,7 @@ void SocialNetworkDialog::selectionChanged()
|
||||
tr("min", "abbreviation for minutes")));
|
||||
}
|
||||
if (ui->Location->isChecked()) {
|
||||
fullText += tr("Dive location: %1 \n").arg(d->location);
|
||||
fullText += tr("Dive location: %1 \n").arg(get_dive_location(d));
|
||||
}
|
||||
if (ui->Buddy->isChecked()) {
|
||||
fullText += tr("Buddy: %1 \n").arg(d->buddy);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user