mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32:48 -04:00
added for ShareManager and CreateForum stylesheet background images
little redesign CreateForum git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1527 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e56f29ce92
commit
129842f0a9
6 changed files with 272 additions and 242 deletions
|
@ -56,7 +56,7 @@
|
|||
#define IMAGE_FOLDERRED ":/images/folder_red.png"
|
||||
#define IMAGE_FOLDERYELLOW ":/images/folder_yellow.png"
|
||||
#define IMAGE_FORUM ":/images/konversation16.png"
|
||||
#define IMAGE_SUBSCRIBE ":/images/accepted16.png"
|
||||
#define IMAGE_SUBSCRIBE ":/images/edit_add24.png"
|
||||
#define IMAGE_UNSUBSCRIBE ":/images/cancel.png"
|
||||
#define IMAGE_INFO ":/images/info16.png"
|
||||
#define IMAGE_NEWFORUM ":/images/new_forum16.png"
|
||||
|
@ -756,7 +756,7 @@ void ForumsDialog::markMsgAsRead()
|
|||
|
||||
void ForumsDialog::newforum()
|
||||
{
|
||||
CreateForum *cf = new CreateForum(NULL, true);
|
||||
static CreateForum *cf = new CreateForum(this);
|
||||
cf->show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue