[NTVDM]: Add new icons:

- Tango-style icons by Henry Tang Ih and Jared Smudde, arranged by myself for PC-XT and AT style;
- ROS-DOS & VDM-DOS (copied from pifmgr.dll) by DSP2015
CORE-10340

svn path=/trunk/; revision=72712
This commit is contained in:
Hermès Bélusca-Maïto 2016-09-17 20:50:08 +00:00
parent 67862907fb
commit d0c02243d2
7 changed files with 25 additions and 4 deletions

View file

@ -11,7 +11,13 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_ORIGINAL_FILENAME "ntvdm.exe"
#include <reactos/version.rc>
IDI_APPICON ICON "res/ntvdm.ico"
/* Icons */
1 ICON "res/ntvdm.ico"
// 2 ICON "res/ntvdm_2.ico" // TODO: Swyter's icon, see CORE-10340
3 ICON "res/pc_xt.ico"
4 ICON "res/pc_at.ico"
5 ICON "res/ros_dos.ico"
6 ICON "res/vdm_dos.ico"
/* UTF-8 */
#pragma code_page(65001)

View file

@ -0,0 +1,18 @@
ntvdm.ico
---------
(C) 2013 Hermès Bélusca-Maïto.
Distributed under CC-BY-SA 4.0 International License Terms.
pc_at.ico and pc_xt.ico
-----------------------
Tango-style PC icons
(C) 2015 Henry Tang Ih and Jared Smudde.
Adapted for PC-AT and XT style by Hermès Bélusca-Maïto.
16-colour conversion by Hermès Bélusca-Maïto.
ros_dos.ico and vdm_dos.ico (from pifmgr.dll icon-set)
------------------------------------------------------
(C) 2016 DSP2003.
http://dsp2003.deviantart.com | http://wks.arai-kibou.ru
Distributed under CC-BY-SA 4.0 International License Terms.

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

@ -22,7 +22,4 @@
#define IDS_NO_MEDIA 300
/* Icon */
#define IDI_APPICON 1
/* EOF */