improving posted dialog design

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6660 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-08-31 19:23:49 +00:00
parent 19808587e9
commit 9488a6a33d
8 changed files with 330 additions and 244 deletions

View file

@ -83,7 +83,7 @@ void PostedGroupDialog::initUi()
QPixmap PostedGroupDialog::serviceImage()
{
return QPixmap(":/images/resource-group_64.png");
return QPixmap(":/images/posted_add_64.png");
}
bool PostedGroupDialog::service_CreateGroup(uint32_t &token, const RsGroupMetaData &meta)