mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-06 05:36:10 -05:00
changend unfinished icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@390 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7c73db633c
commit
a35cb61987
@ -66,6 +66,7 @@
|
|||||||
#define IMAGE_RSM16 ":/images/rsmessenger16.png"
|
#define IMAGE_RSM16 ":/images/rsmessenger16.png"
|
||||||
#define IMAGE_CLOSE ":/images/close_normal.png"
|
#define IMAGE_CLOSE ":/images/close_normal.png"
|
||||||
#define IMAGE_SMPLAYER ":/images/smplayer_icon32.png"
|
#define IMAGE_SMPLAYER ":/images/smplayer_icon32.png"
|
||||||
|
#define IMAGE_BLOCK ":/images/blockdevice.png"
|
||||||
|
|
||||||
/* Keys for UI Preferences */
|
/* Keys for UI Preferences */
|
||||||
#define UI_PREF_PROMPT_ON_QUIT "UIOptions/ConfirmOnQuit"
|
#define UI_PREF_PROMPT_ON_QUIT "UIOptions/ConfirmOnQuit"
|
||||||
@ -189,9 +190,9 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
|||||||
|
|
||||||
|
|
||||||
#ifdef RS_RELEASE_VERSION
|
#ifdef RS_RELEASE_VERSION
|
||||||
addAction(new QAction(QIcon(IMAGE_PEERS), tr("Unfinished"), ui.toolBar), SLOT(showApplWindow()));
|
addAction(new QAction(QIcon(IMAGE_BLOCK), tr("Unfinished"), ui.toolBar), SLOT(showApplWindow()));
|
||||||
#else
|
#else
|
||||||
addAction(new QAction(QIcon(IMAGE_PEERS), tr("Unfinished"), ui.toolBar), SLOT(showApplWindow()));
|
addAction(new QAction(QIcon(IMAGE_BLOCK), tr("Unfinished"), ui.toolBar), SLOT(showApplWindow()));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NO_MORE_OPTIONS_OR_SS
|
#ifdef NO_MORE_OPTIONS_OR_SS
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<file>help/licence.html</file>
|
<file>help/licence.html</file>
|
||||||
<file>help/thanks.html</file>
|
<file>help/thanks.html</file>
|
||||||
<file>images/addfriendlabel.png</file>
|
<file>images/addfriendlabel.png</file>
|
||||||
|
<file>images/blockdevice.png</file>
|
||||||
<file>images/channels.png</file>
|
<file>images/channels.png</file>
|
||||||
<file>images/channeldelete.png</file>
|
<file>images/channeldelete.png</file>
|
||||||
<file>images/channelsubscribe.png</file>
|
<file>images/channelsubscribe.png</file>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user