diff options
author | George Hazan <george.hazan@gmail.com> | 2023-06-10 17:23:38 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-06-10 17:23:38 +0300 |
commit | e5cb4c5e401b46e9155ea187dba5f4caa9c96d9b (patch) | |
tree | a1351cb51cc396e3d2f35079f29f4afdc2272e8c /src/core/stdfile/res/resource.rc | |
parent | 0f2aa4d227b402e3caf332b93339a0d7a2315621 (diff) |
StdFile: make protocol icons non-clickable
Diffstat (limited to 'src/core/stdfile/res/resource.rc')
-rw-r--r-- | src/core/stdfile/res/resource.rc | 4 |
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
|