* Added QMessagesBox feature for the ShareManager's Add/Remove

* Fixed DirectoriesDialogs's Add Folder method.
* Set ToolTips for The DirectoriesDialogs's Buttons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@916 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-01-06 22:35:22 +00:00
parent 5a3403a3a0
commit b57cdeb4fc
4 changed files with 41 additions and 13 deletions

View file

@ -109,7 +109,7 @@ void ShareFilesDialog::remove_File()
bool ShareFilesDialog::messageBoxOk(QString msg)
{
QMessageBox mb("files and itz names!",msg,QMessageBox::Information,QMessageBox::Ok,0,0);
QMessageBox mb("Share Manager MessageBox",msg,QMessageBox::Information,QMessageBox::Ok,0,0);
mb.setButtonText( QMessageBox::Ok, "OK" );
mb.exec();
return true;