1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

For now trunk only: use the new icon everywhere, and mark the images as binary files

This commit is contained in:
Derk-Jan Hartman 2005-11-23 13:43:55 +00:00
parent cfac8bec33
commit 9ef388cc16
11 changed files with 8 additions and 3 deletions

View File

@ -9,6 +9,7 @@ dist_pkgdata_DATA = \
$(DIST_icons16) \
$(DIST_icons32) \
$(DIST_icons48) \
$(DIST_icons128) \
$(NULL)
nobase_dist_pkgdata_DATA = \
@ -28,7 +29,6 @@ DIST_rsrc = \
vlc_wince_rc.rc \
vlc_beos.rsrc \
vlc_win32_rc.rc \
vlc-icons.xcf \
$(NULL)
DIST_pda = \
@ -53,8 +53,13 @@ DIST_icons32 = \
$(NULL)
DIST_icons48 = \
vlc48x48new.ico \
vlc48x48.ico \
vlc48x48.png \
vlc48x48.xpm \
$(NULL)
DIST_icons128 = \
vlc128x128.png \
$(NULL)
DIST_skins2 = \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Binary file not shown.

BIN
share/vlc128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 675 B

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -1,4 +1,4 @@
VLC_ICON ICON "vlc48x48new.ico"
VLC_ICON ICON "vlc48x48.ico"
#ifndef VERSION_NUMBER
#define VERSION_NUMBER 0,0,0,0
#endif