From a4f78b1847d1a49d5f69cf2e1d3d739fd6ef1185 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 15 Sep 2016 20:51:55 +0300 Subject: update resources --- resource_ids.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource_ids.h') 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 -- cgit v1.2.3