diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-17 21:08:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-17 21:08:49 +0300 |
commit | b6bb2574a234f205b4809aa3b4a37788a8a85063 (patch) | |
tree | 0a39715ec76a7d44fe6bdec7a4e2f2367384a297 /src/core/stdmsg/res | |
parent | 84f1eac98d46db881cc5c1cb09939bdae67224a9 (diff) |
Jabber: more OMEMO related fixes
Diffstat (limited to 'src/core/stdmsg/res')
-rw-r--r-- | src/core/stdmsg/res/private.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 4 | ||||
-rw-r--r-- | src/core/stdmsg/res/unverified.ico | bin | 0 -> 1150 bytes |
3 files changed, 4 insertions, 0 deletions
diff --git a/src/core/stdmsg/res/private.ico b/src/core/stdmsg/res/private.ico Binary files differnew file mode 100644 index 0000000000..ff23d39b5f --- /dev/null +++ b/src/core/stdmsg/res/private.ico diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index caf2ea092c..d6cb78f4b7 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -412,6 +412,10 @@ IDI_NICKLIST2 ICON "nicklist2.ico" IDI_FILTER2 ICON "filter2.ico"
+IDI_SECURE ICON "unverified.ico"
+
+IDI_SECURE_STRONG ICON "private.ico"
+
/////////////////////////////////////////////////////////////////////////////
//
diff --git a/src/core/stdmsg/res/unverified.ico b/src/core/stdmsg/res/unverified.ico Binary files differnew file mode 100644 index 0000000000..0595776a28 --- /dev/null +++ b/src/core/stdmsg/res/unverified.ico |