mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 03:19:30 -04:00
* 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:
parent
5a3403a3a0
commit
b57cdeb4fc
4 changed files with 41 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue