[REACTOS] Add two icons (drive and partition) for the drive list.

This commit is contained in:
Hermès Bélusca-Maïto 2018-01-28 23:05:43 +01:00
parent 6b1e7b182a
commit a531843245
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
5 changed files with 33 additions and 5 deletions

View file

@ -12,13 +12,15 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* Icons */
IDI_MAIN ICON "res/setup.ico"
IDI_ROSICON ICON "res/roslogo.ico"
IDI_WINICON ICON "res/winlogo.ico"
IDI_MAIN ICON "res/setup.ico"
IDI_ROSICON ICON "res/roslogo.ico"
IDI_WINICON ICON "res/winlogo.ico"
IDI_DISKDRIVE ICON "res/drive_disk.ico"
IDI_PARTITION ICON "res/partition.ico"
/* Bitmaps */
IDB_WATERMARK BITMAP "res/watermark.bmp"
IDB_HEADER BITMAP "res/header.bmp"
IDB_WATERMARK BITMAP "res/watermark.bmp"
IDB_HEADER BITMAP "res/header.bmp"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "reactos.exe.manifest"

View file

@ -1,9 +1,33 @@

drive_disk.ico
--------------
From the GNOME-Colors project,
by Victor Castillejo (perfectska04).
Distributed under the terms of GNU GPL v2.
partition.ico
-------------
Farm-Fresh Icon Set
FatCow Web Hosting - http://www.fatcow.com/
Terms of Use
============
These icon sets are licensed under a Creative Commons Attribution 3.0 License.
This means you can freely use these icons for any purpose, private and commercial,
including online services, templates, themes and software. However, you should
include a link to this page (http://www.fatcow.com/free-icons) in your credits
(software or website). The icons may not be resold, sub-licensed, rented, transferred
or otherwise made available for use. Please link to this page on fatcow.com if you
would like to spread the word.
roslogo.ico
-----------
(C) 2018 ReactOS Team & Contributors
Distributed under CC-BY-SA 4.0 International License Terms.
winlogo.ico
-----------
Adapted from the WinTango IconPack, by 'heebijeebi'

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -8,6 +8,8 @@
#define IDI_MAIN 3000
#define IDI_ROSICON 3001
#define IDI_WINICON 3002
#define IDI_DISKDRIVE 3003
#define IDI_PARTITION 3004
#define IDC_STATIC -1