mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
451afd1750
- Italian translations and various fixes to Magnify (fixes part of bug #3241 as well) Changes by me: - Shorten the german dialog string a bit, so that it won't be truncated. Strings for Static controls can only be 256 characters long. A french translator should change the text as well, because it's longer than 256 characters. See issue #3245 for more details. svn path=/trunk/; revision=33513
26 lines
1.1 KiB
C
26 lines
1.1 KiB
C
#define IDC_STATIC -1
|
|
|
|
#define IDI_ICON 101
|
|
#define IDD_MAGNIFIER_DIALOG 102
|
|
#define IDS_APP_TITLE 103
|
|
#define IDD_ABOUTBOX 103
|
|
#define IDM_ABOUT 104
|
|
#define IDM_EXIT 105
|
|
#define IDC_MYICON 106
|
|
#define IDC_MAGNIFIER 109
|
|
#define IDR_MAINFRAME 128
|
|
#define IDD_DIALOGOPTIONS 129
|
|
#define IDD_WARNINGDIALOG 130
|
|
#define IDC_ZOOM 1000
|
|
#define IDC_FOLLOWKEYBOARDCHECK 1002
|
|
#define IDC_FOLLOWTEXTEDITINGCHECK 1003
|
|
#define IDC_INVERTCOLORSCHECK 1004
|
|
#define IDC_STARTMINIMIZEDCHECK 1005
|
|
#define IDC_SHOWMAGNIFIER 1006
|
|
#define IDC_SHOWMAGNIFIERCHECK 1006
|
|
#define IDC_FOLLOWMOUSECHECK 1007
|
|
#define IDC_BUTTON_HELP 1008
|
|
#define IDC_SHOWWARNINGCHECK 1009
|
|
#define ID_FILE_OPTIONS 32771
|
|
#define ID_OPTIONS 32772
|
|
#define IDM_OPTIONS 32773
|