[Pkg-owncloud-commits] [owncloud-client] 162/211: Add title to selective sync dialog

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit ed51a45187eade48767708d29828ba803fd9fdbb
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Tue Oct 21 12:30:07 2014 -0400

    Add title to selective sync dialog
---
 src/mirall/selectivesyncdialog.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mirall/selectivesyncdialog.cpp b/src/mirall/selectivesyncdialog.cpp
index 155f6ca..23ecff9 100644
--- a/src/mirall/selectivesyncdialog.cpp
+++ b/src/mirall/selectivesyncdialog.cpp
@@ -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")));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list