Corrected typo, Replaced Ok Button by anabled Apply button in settings, suppressed double click action for download in Shared File lists

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2914 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-05-16 09:54:21 +00:00
parent 9606dce758
commit 5b119ca4ba
4 changed files with 4 additions and 20 deletions

View file

@ -49,7 +49,7 @@ RSettingsWin::RSettingsWin(QWidget * parent, Qt::WFlags flags)
initStackedWidget();
connect(listWidget, SIGNAL(currentRowChanged(int)), this, SLOT(setNewPage(int)));
connect(okButton, SIGNAL(clicked( bool )), this, SLOT( saveChanges()) );
connect(applyButton, SIGNAL(clicked( bool )), this, SLOT( saveChanges()) );
}
RSettingsWin::~RSettingsWin()