(svn r10820) -Codechange: make negative currencies red and restore the colour from before the currency was printed; this removes the need to make two strings for printing currencies (one for positive currencies and one for negative currencies).

-Fix [FS#1036]: do not use green for currencies as it is practically unreadable on CRT monitors.
This commit is contained in:
rubidium
2007-08-07 15:20:31 +00:00
parent a7e37d8592
commit c46e445e69
5 changed files with 18 additions and 21 deletions

View File

@@ -88,6 +88,7 @@ enum {
SCC_GRAY,
SCC_DKBLUE,
SCC_BLACK,
SCC_PREVIOUS_COLOUR,
/* Special printable symbols.
* These are mapped to the original glyphs */