diff options
Diffstat (limited to 'resource_ids.h')
-rw-r--r-- | resource_ids.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resource_ids.h b/resource_ids.h index 066c6df..d77ee63 100644 --- a/resource_ids.h +++ b/resource_ids.h @@ -4,9 +4,9 @@ //
#define IDD_MAINDIALOG 100
#define IDC_BUTTON_ELEVATE 1000
-#define IDC_STATIC_IS_ADMIN 1001
-#define IDC_STATIC_IS_RUN_AS_ADMIN 1002
-#define IDC_STATIC_IS_ELEVATED 1003
+#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_STATIC -1
|