diff options
author | dartraiden <wowemuh@gmail.com> | 2023-06-20 20:17:03 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-06-20 20:17:03 +0300 |
commit | bc6eedf47c26d1e22dc725a5cf2dd849a2bb214b (patch) | |
tree | de2b023f93cfff9cb63d6292069ca3b1b510c6e4 /plugins/TabSRMM/TabSRMM_icons/resource.h | |
parent | fd63211b8d9904cb53f371ffb55a5956e6605a86 (diff) |
Unify icon names
Diffstat (limited to 'plugins/TabSRMM/TabSRMM_icons/resource.h')
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/TabSRMM_icons/resource.h b/plugins/TabSRMM/TabSRMM_icons/resource.h index 343e6f2ead..77c3886dd3 100644 --- a/plugins/TabSRMM/TabSRMM_icons/resource.h +++ b/plugins/TabSRMM/TabSRMM_icons/resource.h @@ -34,8 +34,8 @@ #define IDI_ICONOUT 111 /* outgoing message icon */
#define IDI_STATUSCHANGE 112 /* status changes */
#define IDI_MSGERROR 113 /* error message */
-#define IDI_SECURE 114 /* encrypted message */
-#define IDI_STRONG 115 /* strongly encrypted message */
+#define IDI_SECURE 114 /* secure message */
+#define IDI_STRONG 115 /* strongly secure message */
// misc icons, status bar etc.
|