cleanup old icons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7155 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-02-28 17:54:52 +00:00
parent ddf811f80a
commit e21564f72e
13 changed files with 2 additions and 9 deletions

View File

@ -18,7 +18,6 @@
<file>images/browsable_128_blue.png</file>
<file>images/blank_128_green.png</file>
<file>images/blank_128_blue.png</file>
<file>images/splash.png</file>
<file>images/tor-logo.png</file>
<file>images/help/addafriend.png</file>
<file>images/help/addfriendkey.png</file>
@ -29,7 +28,6 @@
<file>images/attach.png</file>
<file>images/pgp.png</file>
<file>images/rs_wizard.png</file>
<file>images/about.png</file>
<file>images/avatar_request.png</file>
<file>images/avatar_refused.png</file>
<file>images/avatar_request_unknown.png</file>
@ -411,11 +409,6 @@
<file>images/reload24.png</file>
<file>images/reset.png</file>
<file>images/resume.png</file>
<file>images/retrosharelogo1.png</file>
<file>images/retrosharelogo2.png</file>
<file>images/retrosharelogo32.png</file>
<file>images/rs1.png</file>
<file>images/rs-2.png</file>
<file>images/rstray3.png</file>
<file>images/rstray0.png</file>
<file>images/rstray1.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -1,3 +1,3 @@
#include "retroshare_win.rc.h"
IDI_ICON1 ICON "rs1.ico"
IDI_ICON1 ICON "logo/logo_64.ico"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

View File

@ -256,7 +256,7 @@ int main(int argc, char *argv[])
/* Start RetroShare */
}
QSplashScreen splashScreen(QPixmap(":/images/splash.png")/* , Qt::WindowStaysOnTopHint*/);
QSplashScreen splashScreen(QPixmap(":/images/logo/logo_splash.png")/* , Qt::WindowStaysOnTopHint*/);
switch (initResult) {
case RS_INIT_OK: