color: fix typo in w32effect for bold_background
authorSteve Borho <steve@borho.org>
Sat, 01 May 2010 16:57:02 -0500
changeset 11084 4a8d4179362b
parent 11083 4263d8998daa
child 11085 0c8646292ca4
color: fix typo in w32effect for bold_background
hgext/color.py
--- a/hgext/color.py	Sat May 01 16:03:45 2010 -0500
+++ b/hgext/color.py	Sat May 01 16:57:02 2010 -0500
@@ -237,7 +237,7 @@
         'green_background': BACKGROUND_GREEN,
         'blue_background': BACKGROUND_BLUE,
         'cyan_background': BACKGROUND_BLUE | BACKGROUND_GREEN,
-        'bold_background': FOREGROUND_INTENSITY,
+        'bold_background': BACKGROUND_INTENSITY,
         'underline': COMMON_LVB_UNDERSCORE,     # double-byte charsets only
         'inverse': COMMON_LVB_REVERSE_VIDEO,    # double-byte charsets only
     }