mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[main.cpl]
- Add the icons for the fonts and administrator tools in the same id and index with windows svn path=/trunk/; revision=53952
This commit is contained in:
@@ -20,6 +20,8 @@ IDI_MOUSE_RIGHT ICON "resources/mouse_right.ico"
|
||||
IDI_MOUSE_SPEED ICON "resources/mouse_speed.ico"
|
||||
IDI_MOUSE_BUTTON ICON "resources/mouse_button.ico"
|
||||
IDI_MOUSE_TRAILS ICON "resources/mouse_trails.ico"
|
||||
IDI_FONTS_FOLDER ICON "resources/fonts_folder.ico"
|
||||
IDI_ADMIN_TOOLS_FOLDER ICON "resources/admintools_folder.ico"
|
||||
IDI_MOUSE_POINTER ICON "resources/mouse_pointer.ico"
|
||||
IDI_MOUSE_WHEEL ICON "resources/mouse_wheel.ico"
|
||||
IDI_REPEAT_RATE ICON "resources/repeat_rate.ico"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
/* Icons */
|
||||
|
||||
#define IDC_CPLICON_1 100
|
||||
#define IDC_CPLICON_2 200
|
||||
|
||||
@@ -11,11 +12,13 @@
|
||||
#define IDI_MOUSE_SPEED 205
|
||||
#define IDI_MOUSE_BUTTON 206
|
||||
#define IDI_MOUSE_TRAILS 207
|
||||
#define IDI_MOUSE_POINTER 208
|
||||
#define IDI_MOUSE_WHEEL 209
|
||||
#define IDI_REPEAT_RATE 210
|
||||
#define IDI_REPEAT_DELAY 211
|
||||
#define IDI_LOOK_KEY 212
|
||||
#define IDI_FONTS_FOLDER 400
|
||||
#define IDI_ADMIN_TOOLS_FOLDER 500
|
||||
#define IDI_MOUSE_POINTER 600
|
||||
#define IDI_MOUSE_WHEEL 601
|
||||
#define IDI_REPEAT_RATE 602
|
||||
#define IDI_REPEAT_DELAY 603
|
||||
#define IDI_LOOK_KEY 604
|
||||
|
||||
#define IDD_PAGE_BUTTON 101
|
||||
#define IDD_PAGE_POINTER 102
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Reference in New Issue
Block a user