mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Facebook integration: change the menu entry to disconnect
This way the menu entry becomes the togglee it appears it was designed to be in the first place. This closes #129 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a63505dde9
commit
b2cc840ebf
3 changed files with 18 additions and 2 deletions
|
@ -251,7 +251,7 @@ void FacebookConnectWidget::facebookLoggedIn()
|
|||
{
|
||||
ui->fbWebviewContainer->hide();
|
||||
ui->fbWebviewContainer->setEnabled(false);
|
||||
ui->FBLabel->setText(tr("To disconnect Subsurface from your Facebook account, use the button below"));
|
||||
ui->FBLabel->setText(tr("To disconnect Subsurface from your Facebook account, use the 'Share on' menu entry."));
|
||||
}
|
||||
|
||||
void FacebookConnectWidget::facebookDisconnect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue