cleanup old icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7155 b45a01b8-16f6-495d-af2f-9b41ad6348cc
@ -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>
|
||||
|
Before Width: | Height: | Size: 239 KiB |
BIN
retroshare-gui/src/gui/images/logo/logo_64.ico
Normal file
After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 4.4 KiB |
@ -1,3 +1,3 @@
|
||||
#include "retroshare_win.rc.h"
|
||||
|
||||
IDI_ICON1 ICON "rs1.ico"
|
||||
IDI_ICON1 ICON "logo/logo_64.ico"
|
||||
|
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 72 KiB |
@ -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:
|
||||
|