diff options
author | George Hazan <george.hazan@gmail.com> | 2023-06-01 19:17:51 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-06-01 19:17:51 +0300 |
commit | dce9f354b8a42a1646772272639d1821f9763bb5 (patch) | |
tree | 78cab61be0e72e4861e3bcb1dc91ba58b114b40d /plugins/TabSRMM/TabSRMM_icons | |
parent | 117dc56ff0d9a32feb0531c066bcff58a2ec4229 (diff) |
fixes #3533 (OMEMO: перенести код, рисующий статус OMEMO в другие плагины)
Diffstat (limited to 'plugins/TabSRMM/TabSRMM_icons')
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/NOVA/res/ICONS_NOVA.rc | 3 | ||||
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/NOVA/res/private.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/NOVA/res/unverified.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/resource.h | 6 |
4 files changed, 6 insertions, 3 deletions
diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/ICONS_NOVA.rc b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/ICONS_NOVA.rc index d256512598..3bcec338fc 100644 --- a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/ICONS_NOVA.rc +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/ICONS_NOVA.rc @@ -73,6 +73,8 @@ IDI_SESSIONLIST ICON "slist.ico" IDI_CONFIGSIDEBAR ICON "sbaroptions.ico"
IDI_RECENTLIST ICON "recentlist.ico"
IDI_USERPREFS ICON "userprefs.ico"
+IDI_SECURE ICON "unverified.ico"
+IDI_STRONG ICON "private.ico"
IDI_TOPICBUT ICON "chat\\topicbut.ico"
IDI_JOIN ICON "chat\\join.ico"
@@ -99,7 +101,6 @@ IDI_FILTER2 ICON "chat\\filter2.ico" IDI_SHOWNICKLIST ICON "chat\\nicklist_show.ico"
IDI_HIDENICKLIST ICON "chat\\nicklist_hide.ico"
-
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/private.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/private.ico Binary files differnew file mode 100644 index 0000000000..ff23d39b5f --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/private.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/unverified.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/unverified.ico Binary files differnew file mode 100644 index 0000000000..0595776a28 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/unverified.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/resource.h b/plugins/TabSRMM/TabSRMM_icons/resource.h index 180af77975..343e6f2ead 100644 --- a/plugins/TabSRMM/TabSRMM_icons/resource.h +++ b/plugins/TabSRMM/TabSRMM_icons/resource.h @@ -34,9 +34,11 @@ #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 */
-// misc icons, status bar etc.
-
+ // misc icons, status bar etc.
+
#define IDI_SELFTYPING_ON 130 /* sending typing notify is on */
#define IDI_SELFTYPING_OFF 131 /* sending typing notify is off */
#define IDI_SECUREIM_ENABLED 132 /* connection is secured via secureim */
|