summaryrefslogtreecommitdiff
path: root/src/core/stdfile/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-06-10 17:23:38 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-06-10 17:23:38 +0300
commite5cb4c5e401b46e9155ea187dba5f4caa9c96d9b (patch)
treea1351cb51cc396e3d2f35079f29f4afdc2272e8c /src/core/stdfile/res
parent0f2aa4d227b402e3caf332b93339a0d7a2315621 (diff)
StdFile: make protocol icons non-clickable
Diffstat (limited to 'src/core/stdfile/res')
-rw-r--r--src/core/stdfile/res/resource.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdfile/res/resource.rc b/src/core/stdfile/res/resource.rc
index 07757af809..4751451ce1 100644
--- a/src/core/stdfile/res/resource.rc
+++ b/src/core/stdfile/res/resource.rc
@@ -45,7 +45,7 @@ BEGIN
CONTROL "&User menu",IDC_USERMENU,"MButtonClass",WS_TABSTOP,195,5,16,14,WS_EX_NOACTIVATE | 0x10000000L
CONTROL "User &details",IDC_DETAILS,"MButtonClass",WS_TABSTOP,213,5,16,14,WS_EX_NOACTIVATE | 0x10000000L
CONTROL "&History",IDC_HISTORY,"MButtonClass",WS_TABSTOP,231,5,16,14,WS_EX_NOACTIVATE | 0x10000000L
- CONTROL "",IDC_PROTOCOL,"MButtonClass",WS_TABSTOP,5,7,12,12
+ ICON "",IDC_PROTOCOL,5,7,20,20
LTEXT "",IDC_NAME,19,7,151,9,SS_NOPREFIX | SS_CENTERIMAGE
END
@@ -72,7 +72,7 @@ BEGIN
CONTROL "&User menu",IDC_USERMENU,"MButtonClass",WS_TABSTOP,195,5,16,14,WS_EX_NOACTIVATE | 0x10000000L
CONTROL "User &details",IDC_DETAILS,"MButtonClass",WS_TABSTOP,213,5,16,14,WS_EX_NOACTIVATE | 0x10000000L
CONTROL "&History",IDC_HISTORY,"MButtonClass",WS_TABSTOP,231,5,16,14,WS_EX_NOACTIVATE | 0x10000000L
- CONTROL "",IDC_PROTOCOL,"MButtonClass",WS_TABSTOP,5,7,12,12
+ ICON "",IDC_PROTOCOL,5,7,20,20
LTEXT "",IDC_NAME,19,7,151,9,SS_NOPREFIX | SS_CENTERIMAGE
END