diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-04 17:52:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-04 17:52:34 +0300 |
commit | 3de995f6736e1869fedbff7d14c210df0b9b20a9 (patch) | |
tree | 659c27f242e1e0bca78013849f195564e6ab145b /plugins/SeenPlugin/res | |
parent | 4cb450857e40d6c61f1346801c40374e7f1b0d10 (diff) |
custom icons for UserInfo (AVS, SeenPlugin)
Diffstat (limited to 'plugins/SeenPlugin/res')
-rw-r--r-- | plugins/SeenPlugin/res/clock.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/SeenPlugin/res/resource.rc | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/SeenPlugin/res/clock.ico b/plugins/SeenPlugin/res/clock.ico Binary files differnew file mode 100644 index 0000000000..082058308f --- /dev/null +++ b/plugins/SeenPlugin/res/clock.ico diff --git a/plugins/SeenPlugin/res/resource.rc b/plugins/SeenPlugin/res/resource.rc index 41ee25ec08..93db3c9f5f 100644 --- a/plugins/SeenPlugin/res/resource.rc +++ b/plugins/SeenPlugin/res/resource.rc @@ -46,6 +46,14 @@ END /////////////////////////////////////////////////////////////////////////////
//
+// Icon
+//
+
+IDI_CLOCK ICON "clock.ico"
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
// Dialog
//
|