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:
defnax 2009-07-04 23:36:04 +00:00
parent 8ab5cf4f3e
commit 38f5c7d6ef
3 changed files with 5 additions and 2 deletions

View File

@ -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 );

View File

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B