From c46e445e69f50d5b5a95e3e46fb3eed1efdb7656 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 7 Aug 2007 15:20:31 +0000 Subject: (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. --- src/table/control_codes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/table') diff --git a/src/table/control_codes.h b/src/table/control_codes.h index e241e9ad0..e853ca898 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -88,6 +88,7 @@ enum { SCC_GRAY, SCC_DKBLUE, SCC_BLACK, + SCC_PREVIOUS_COLOUR, /* Special printable symbols. * These are mapped to the original glyphs */ -- cgit v1.2.3-54-g00ecf