[Wine-patches] [eterhack] shell32: Add resources for showing the sort direction (eterbug #7119).

Alexander Morozov amorozov на etersoft.ru
Вт Июл 19 21:29:04 MSD 2011


----------- следующая часть -----------
From 5581a3eedd1c3264adf1a9f92e84990d3c96117f Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov на etersoft.ru>
Date: Tue, 19 Jul 2011 21:04:59 +0400
Subject: [eterhack] 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/shell32.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/shell32.rc b/dlls/shell32/shell32.rc
index 643539a..2ffb78e 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -337,6 +337,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 cb471df..0bccdca 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -249,6 +249,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