mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
fixed to display correct ChatLobby icon on MainWindow
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6155 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5646e29357
commit
a086fd6d88
2 changed files with 5 additions and 3 deletions
|
@ -153,7 +153,8 @@
|
|||
#define IMAGE_ONEONLINE ":/images/rstray1.png"
|
||||
#define IMAGE_TWOONLINE ":/images/rstray2.png"
|
||||
#define IMAGE_BLOGS ":/images/kblogger.png"
|
||||
#define IMAGE_DHT ":/images/dht16.png"
|
||||
#define IMAGE_DHT ":/images/dht16.png"
|
||||
#define IMAGE_CHATLOBBY ":/images/user/agt_forum32.png"
|
||||
|
||||
/*static*/ MainWindow *MainWindow::_instance = NULL;
|
||||
|
||||
|
@ -256,7 +257,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
|||
notify.push_back(QPair<MainPage*, QAction*>(transfersDialog, action));
|
||||
|
||||
ui->stackPages->add(chatLobbyDialog = new ChatLobbyWidget(ui->stackPages),
|
||||
action = createPageAction(QIcon(IMAGE_CHAT), tr("Chat Lobbies"), grp));
|
||||
action = createPageAction(QIcon(IMAGE_CHATLOBBY), tr("Chat Lobbies"), grp));
|
||||
notify.push_back(QPair<MainPage*, QAction*>(chatLobbyDialog, action));
|
||||
|
||||
ui->stackPages->add(messagesDialog = new MessagesDialog(ui->stackPages),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue