[Wine-patches] [eter-1.0.12] shell32: Add resources for showing the sort direction (eterbug #7119, try 2).
Alexander Morozov
amorozov на etersoft.ru
Вт Июл 19 21:41:13 MSD 2011
----------- следующая часть -----------
From 4e999443af59e93bce148eeb2a513dad3437adf8 Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov на etersoft.ru>
Date: Tue, 19 Jul 2011 21:18:58 +0400
Subject: [eter-1.0.12] shell32: Add resources for showing the sort direction
(eterbug #7119).
---
dlls/shell32/idb_sort_decr.bmp | Bin 0 -> 838 bytes
dlls/shell32/idb_sort_incr.bmp | Bin 0 -> 838 bytes
dlls/shell32/shres.rc | 6 ++++++
dlls/shell32/shresdef.h | 3 +++
4 files changed, 9 insertions(+), 0 deletions(-)
create mode 100644 dlls/shell32/idb_sort_decr.bmp
create mode 100644 dlls/shell32/idb_sort_incr.bmp
diff --git a/dlls/shell32/idb_sort_decr.bmp b/dlls/shell32/idb_sort_decr.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..69565521015f3440c10196221bfda29a9cc531b4
GIT binary patch
literal 838
zcmZ?rbz^1#12Z700mOVz%*dbsWHB%Z0Of_bAs8$GBu-tq на _!`Ylb0_O^d~WDfI;>j
pgh>fAm>w8Sj9!>pbQ+&tbhYSwY<fX{CI(~EI~c@>i8E5%2>|bvb5;NV
literal 0
HcmV?d00001
diff --git a/dlls/shell32/idb_sort_incr.bmp b/dlls/shell32/idb_sort_incr.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..0d9b6a20646e5da62e5474f8e4cee61b4437406d
GIT binary patch
literal 838
zcmZ?rbz^1#12Z700mOVz%*dbsWHB%Z0Of_bAs8$GBu-tq@}FAx<mJm$GmBbof|&zy
w8!;HB9+?IP(|>#zSuHvnmp*iL*!bvrv8ll&2Gfg69wtsqoDri2X5LVz0UD!oRsaA1
literal 0
HcmV?d00001
diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc
index f05f876..29b3adf 100644
--- a/dlls/shell32/shres.rc
+++ b/dlls/shell32/shres.rc
@@ -102,6 +102,12 @@ IDI_SHELL_MY_DOCUMENTS ICON mydocs.ico
/* @makedep: mydocs.ico */
IDI_SHELL_MY_NETWORK_PLACES ICON mydocs.ico
+/* @makedep: idb_sort_incr.bmp */
+IDB_SORT_INCR BITMAP idb_sort_incr.bmp
+
+/* @makedep: idb_sort_decr.bmp */
+IDB_SORT_DECR BITMAP idb_sort_decr.bmp
+
/* @makedep: idb_tb_large.bmp */
IDB_TB_LARGE_LIGHT BITMAP idb_tb_large.bmp
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 6096325..2ea013c 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -210,6 +210,9 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi
#define IDC_RUNDLG_EDITPATH 12298
#define IDC_RUNDLG_LABEL 12305
+#define IDB_SORT_INCR 133
+#define IDB_SORT_DECR 134
+
/* bitmaps */
/* explorer toolbar icons
* FIXME: images are hacky and should be re-drawn; also dark and light bitmaps are same for now
--
1.7.5.4
Подробная информация о списке рассылки Wine-patches