[SHELL32] Add IDD_LINK_PROBLEM and IDS_LINK_INVALID (#3037)
[reactos.git] / dll / win32 / shell32 / shresdef.h
index 21c498e..2152134 100644 (file)
 
 #define IDS_NO_ICONS                                30529
 #define IDS_FILE_NOT_FOUND                          30530
+#define IDS_LINK_INVALID                            30531
 
 /* Dialogs */
 
 #define IDD_EDITTYPE     36
 #define IDD_ACTION       37
 #define IDD_FOLDER_CUSTOMIZE    38
+#define IDD_LINK_PROBLEM 39
 
 /* Control IDs for IDD_FOLDER_CUSTOMIZE dialog */
 #define IDC_FOLDERCUST_COMBOBOX             14001
 #define IDC_FOLDERCUST_ICON                 14006
 #define IDC_FOLDERCUST_CHANGE_ICON          14007
 
+/* Control IDs for IDD_LINK_PROBLEM dialog */
+#define IDC_LINK_PROBLEM_ICON               14008
+#define IDC_LINK_PROBLEM_LABEL1             14009
+#define IDC_LINK_PROBLEM_LABEL2             14010
+
 /* Not used dialogs */
 #define IDD_SHUTDOWN             29
 #define IDD_LOG_OFF              30