Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.

This commit is contained in:
Albert den Haan 1999-02-02 13:02:59 +00:00 committed by Alexandre Julliard
parent e233d1ae3f
commit 9cab0d1078
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
---------------------------------------------------------------------------
Version 1.0.9 (01-Feb-1999)
Albert den Haan <albertd@corel.ca>:
- Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
---------------------------------------------------------------------------
Version 1.0.8 (10-Jan-1999)

View File

@ -12,8 +12,8 @@
#include "wrctypes.h"
#endif
#define WRC_VERSION "1.0.8"
#define WRC_RELEASEDATE "(10-Jan-1999)"
#define WRC_VERSION "1.0.9"
#define WRC_RELEASEDATE "(01-Feb-1999)"
#define WRC_FULLVERSION WRC_VERSION " " WRC_RELEASEDATE
/* Only used in heavy debugging sessions */

View File

@ -126,8 +126,8 @@ typedef struct font_id {
enum res_e {
res_0 = 0,
res_cur,
res_ico,
res_bmp,
res_ico,
res_men,
res_dlg,
res_stt,