diff options
Diffstat (limited to 'resource_ids.h')
-rw-r--r-- | resource_ids.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resource_ids.h b/resource_ids.h index d77ee63..353dbd2 100644 --- a/resource_ids.h +++ b/resource_ids.h @@ -4,10 +4,10 @@ //
#define IDD_MAINDIALOG 100
#define IDC_BUTTON_ELEVATE 1000
-#define IDC_STATIC_ADMINISTRATOR 1001
-#define IDC_STATIC_RUN_AS_ADMINISTRATOR 1002
-#define IDC_STATIC_ELEVATED 1003
-#define IDC_STATIC_INTEGRITY_LEVEL 1004
+#define IDC_ADMINISTRATOR 1001
+#define IDC_RUN_AS_ADMINISTRATOR 1002
+#define IDC_ELEVATED 1003
+#define IDC_INTEGRITY_LEVEL 1004
#define IDC_STATIC -1
// Next default values for new objects
|