mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changend preview icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1318 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8ab5cf4f3e
commit
38f5c7d6ef
@ -54,7 +54,9 @@
|
||||
#define IMAGE_OPENFOLDER ":/images/folderopen.png"
|
||||
#define IMAGE_OPENFILE ":/images/fileopen.png"
|
||||
#define IMAGE_STOP ":/images/stop.png"
|
||||
#define IMAGE_OPENPREVIEW ":/images/player_play.png"
|
||||
#define IMAGE_OPENPREVIEW ":/images/player_play.png"
|
||||
#define IMAGE_PREVIEW ":/images/preview.png"
|
||||
|
||||
|
||||
/** Constructor */
|
||||
TransfersDialog::TransfersDialog(QWidget *parent)
|
||||
@ -216,7 +218,7 @@ void TransfersDialog::downloadListCostumPopupMenu( QPoint point )
|
||||
openfolderAct = new QAction(QIcon(IMAGE_OPENFOLDER), tr("Open Folder"), this);
|
||||
connect(openfolderAct, SIGNAL(triggered()), this, SLOT(openFolderTransfer()));
|
||||
|
||||
openpreviewAct = new QAction(QIcon(IMAGE_OPENPREVIEW), tr("Open or Preview File"), this);
|
||||
openpreviewAct = new QAction(QIcon(IMAGE_PREVIEW), tr("Open or Preview File"), this);
|
||||
connect(openpreviewAct, SIGNAL(triggered()), this, SLOT(openOrPreviewTransfer()));
|
||||
|
||||
clearcompletedAct = new QAction(QIcon(IMAGE_CLEARCOMPLETED), tr( "Clear Completed" ), this );
|
||||
|
@ -251,6 +251,7 @@
|
||||
<file>images/prioritylow.png</file>
|
||||
<file>images/priorityquestion.png</file>
|
||||
<file>images/pause.png</file>
|
||||
<file>images/preview.png</file>
|
||||
<file>images/player_play.png</file>
|
||||
<file>images/quick_restart24.png</file>
|
||||
<file>images/redled.png</file>
|
||||
|
BIN
retroshare-gui/src/gui/images/preview.png
Normal file
BIN
retroshare-gui/src/gui/images/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 530 B |
Loading…
Reference in New Issue
Block a user