Add title to selective sync dialog

This commit is contained in:
Daniel Molkentin 2014-10-21 12:30:07 -04:00
parent ba86988101
commit ed51a45187

View File

@ -260,6 +260,7 @@ SelectiveSyncDialog::SelectiveSyncDialog(Account* account, const QStringList& bl
void SelectiveSyncDialog::init(Account *account)
{
setWindowTitle(tr("Choose What to Sync"));
QVBoxLayout *layout = new QVBoxLayout(this);
_treeView = new SelectiveSyncTreeView(account, this);
layout->addWidget(new QLabel(tr("Unchecked folders will not be sync to this computer")));