mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 23:36:59 -05:00
disabled Close Action from I2P Messenger Toolbar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1106 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9d808d9548
commit
4451978eed
@ -156,7 +156,7 @@ void form_MainWindow::createToolBar()
|
||||
toolBar->addAction(QIcon(ICON_SETTINGS) ,"Settings" ,this,SLOT(openConfigWindow() ) );
|
||||
toolBar->addAction(QIcon(ICON_DEBUGMESSAGES) ,"DebugMessages",this,SLOT(openDebugMessagesWindow() ) );
|
||||
toolBar->addAction(QIcon(ICON_MYDESTINATION) ,"ME" ,this,SLOT(namingMe()));
|
||||
toolBar->addAction(QIcon(ICON_CLOSE) ,"Close" ,this,SLOT(closeApplication()));
|
||||
//toolBar->addAction(QIcon(ICON_CLOSE) ,"Close" ,this,SLOT(closeApplication()));
|
||||
toolBar->addAction(QIcon(ICON_ABOUT) ,"About" ,this,SLOT(openAboutDialog()));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user