diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 50dc3dd95c..838ca135ef 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-02-20 20:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbwin/hbwin.ch + ! Renamed HB_WIN_RGB_BROWN to HB_WIN_RGB_YELLOW to match + real RGB color. + I left old RGB_BROWN as is, even if was never really + set to brown. + 2010-02-20 19:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rdd/Makefile * src/rdd/dbcmd53.c diff --git a/harbour/contrib/hbwin/hbwin.ch b/harbour/contrib/hbwin/hbwin.ch index 55d885f7b7..462baafa8c 100644 --- a/harbour/contrib/hbwin/hbwin.ch +++ b/harbour/contrib/hbwin/hbwin.ch @@ -154,7 +154,7 @@ #define HB_WIN_RGB_RED WIN_RGB( 0xFF, 0x00, 0x00 ) #define HB_WIN_RGB_CYAN WIN_RGB( 0x00, 0xFF, 0xFF ) #define HB_WIN_RGB_MAGENTA WIN_RGB( 0xFF, 0x00, 0xFF ) -#define HB_WIN_RGB_BROWN WIN_RGB( 0xFF, 0xFF, 0x00 ) +#define HB_WIN_RGB_YELLOW WIN_RGB( 0xFF, 0xFF, 0x00 ) #define HB_WIN_RGB_WHITE WIN_RGB( 0xFF, 0xFF, 0xFF ) /* WIN_SETDOCUMENTPROPERTIES() paper types */ @@ -551,7 +551,7 @@ #define RGB_CYAN HB_WIN_RGB_CYAN #define RGB_RED HB_WIN_RGB_RED #define RGB_MAGENTA HB_WIN_RGB_MAGENTA -#define RGB_BROWN HB_WIN_RGB_BROWN +#define RGB_BROWN HB_WIN_RGB_YELLOW #define RGB_WHITE HB_WIN_RGB_WHITE #define MM_TEXT WIN_MM_TEXT