mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-20 05:14:25 -05:00
* Fixed Share Manager to load Shared Directorys when call Share Manager Dialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@887 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f477ec5f44
commit
e5b7ad1a1b
@ -40,9 +40,9 @@ ShareManager::ShareManager(QWidget *parent, Qt::WFlags flags)
|
|||||||
connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(accept()));
|
connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(accept()));
|
||||||
|
|
||||||
ui.addButton->setToolTip(tr("Add a Share Directory"));
|
ui.addButton->setToolTip(tr("Add a Share Directory"));
|
||||||
ui.addButton->setStatusTip(tr("Add a Share Directory"));
|
|
||||||
ui.removeButton->setToolTip(tr("Remove selected Shared Directory"));
|
ui.removeButton->setToolTip(tr("Remove selected Shared Directory"));
|
||||||
ui.removeButton->setStatusTip(tr("Remove selected Shared Directory"));
|
|
||||||
|
load();
|
||||||
|
|
||||||
}
|
}
|
||||||
/** Loads the settings for this page */
|
/** Loads the settings for this page */
|
||||||
|
Loading…
Reference in New Issue
Block a user