mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:25:48 +00:00
[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:
parent
67862907fb
commit
d0c02243d2
7 changed files with 25 additions and 4 deletions
|
@ -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)
|
||||
|
|
18
reactos/subsystems/mvdm/ntvdm/res/README.txt
Normal file
18
reactos/subsystems/mvdm/ntvdm/res/README.txt
Normal 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.
|
BIN
reactos/subsystems/mvdm/ntvdm/res/pc_at.ico
Normal file
BIN
reactos/subsystems/mvdm/ntvdm/res/pc_at.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
reactos/subsystems/mvdm/ntvdm/res/pc_xt.ico
Normal file
BIN
reactos/subsystems/mvdm/ntvdm/res/pc_xt.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
reactos/subsystems/mvdm/ntvdm/res/ros_dos.ico
Normal file
BIN
reactos/subsystems/mvdm/ntvdm/res/ros_dos.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
BIN
reactos/subsystems/mvdm/ntvdm/res/vdm_dos.ico
Normal file
BIN
reactos/subsystems/mvdm/ntvdm/res/vdm_dos.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
|
@ -22,7 +22,4 @@
|
|||
|
||||
#define IDS_NO_MEDIA 300
|
||||
|
||||
/* Icon */
|
||||
#define IDI_APPICON 1
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue