mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changend Server icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@670 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
239c29ba6d
commit
7372007866
@ -32,7 +32,7 @@
|
||||
|
||||
/* Images for toolbar icons */
|
||||
#define IMAGE_PREFERENCES ":/images/locale.png"
|
||||
#define IMAGE_WEBCACHES ":/images/webcache_24x24.png"
|
||||
#define IMAGE_SERVER ":/images/server_24x24.png"
|
||||
#define IMAGE_DIRECTORIES ":/images/folder_doments.png"
|
||||
#define IMAGE_CRYPTOGRAPHY ":/images/cryptography_24x24.png"
|
||||
#define IMAGE_LOG ":/images/log_24x24.png"
|
||||
@ -53,7 +53,7 @@ PreferencesWindow::PreferencesWindow(QWidget *parent, Qt::WFlags flags)
|
||||
createPageAction(QIcon(IMAGE_PREFERENCES), tr("General"), grp));
|
||||
|
||||
ui.stackPages->add(new ServerDialog(ui.stackPages),
|
||||
createPageAction(QIcon(IMAGE_WEBCACHES), tr("Server"), grp));
|
||||
createPageAction(QIcon(IMAGE_SERVER), tr("Server"), grp));
|
||||
|
||||
ui.stackPages->add(new DirectoriesDialog(ui.stackPages),
|
||||
createPageAction(QIcon(IMAGE_DIRECTORIES), tr("Directories"), grp));
|
||||
|
@ -208,6 +208,7 @@
|
||||
<file>images/smplayer_icon32.png</file>
|
||||
<file>images/start.png</file>
|
||||
<file>images/startall.png</file>
|
||||
<file>images/server_24x24.png</file>
|
||||
<file>images/textedit/textbold.png</file>
|
||||
<file>images/textedit/textitalic.png</file>
|
||||
<file>images/textedit/textunder.png</file>
|
||||
|
BIN
retroshare-gui/src/gui/images/server_24x24.png
Normal file
BIN
retroshare-gui/src/gui/images/server_24x24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 853 B |
Loading…
Reference in New Issue
Block a user