mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 16:21:29 -04:00
Fixed to display the right icons for the channels context menu
Added a warn MessageBox git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7344 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4c66f82da8
commit
9b1c5a0e85
5 changed files with 21 additions and 8 deletions
|
@ -75,9 +75,9 @@ QString GxsChannelDialog::icon(IconType type)
|
|||
{
|
||||
switch (type) {
|
||||
case ICON_NAME:
|
||||
return ":/images/add_channel24.png";
|
||||
return ":/images/channels24.png";
|
||||
case ICON_NEW:
|
||||
return ":/images/new_forum16.png";
|
||||
return ":/images/add_channel24.png";
|
||||
case ICON_YOUR_GROUP:
|
||||
return ":/images/channelsblue.png";
|
||||
case ICON_SUBSCRIBED_GROUP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue