mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[REACTOS] Add two icons (drive and partition) for the drive list.
This commit is contained in:
parent
6b1e7b182a
commit
a531843245
5 changed files with 33 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
BIN
base/setup/reactos/res/drive_disk.ico
Normal file
BIN
base/setup/reactos/res/drive_disk.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
base/setup/reactos/res/partition.ico
Normal file
BIN
base/setup/reactos/res/partition.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue