Âdded to change the string for the OK Button, for each different GXS Group Dialog .

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7010 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-01-11 22:02:05 +00:00
parent 12bb1e24f1
commit c869fd863d
6 changed files with 11 additions and 3 deletions

View file

@ -79,6 +79,7 @@ void PostedGroupDialog::initUi()
setUiText(UITYPE_KEY_SHARE_CHECKBOX, tr("Add Topic Admins"));
setUiText(UITYPE_CONTACTS_DOCK, tr("Select Topic Admins"));
setUiText(UITYPE_BUTTONBOX_OK, tr("Create Topic"));
}
QPixmap PostedGroupDialog::serviceImage()