18 Oct
2010
18 Oct
'10
6:36 p.m.
Module: wine Branch: master Commit: 954558806e01e9d9e4ad28bf1726bafd03f8b191 URL: http://source.winehq.org/git/wine.git/?a=commit;h=954558806e01e9d9e4ad28bf17... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Oct 14 19:47:31 2010 +0200 riched20: Use the correct resource id for the reverse arrow cursor. --- dlls/riched20/res.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/riched20/res.h b/dlls/riched20/res.h index 8f329d1..aaf1222 100644 --- a/dlls/riched20/res.h +++ b/dlls/riched20/res.h @@ -18,4 +18,4 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define OCR_REVERSE 32768 +#define OCR_REVERSE 107