From 31cb72fdf49546055d77a85a6f6bda1e6faad705 Mon Sep 17 00:00:00 2001 From: corvid Date: Fri, 19 Apr 2013 18:38:37 +0000 Subject: trim some spaces --- src/tipwin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tipwin.cc') diff --git a/src/tipwin.cc b/src/tipwin.cc index 100eb1c0..c8463eb5 100644 --- a/src/tipwin.cc +++ b/src/tipwin.cc @@ -174,7 +174,7 @@ CustButton::CustButton(int x, int y, int w, int h, const char *l) : TipWinButton(x,y,w,h,l) { norm_color = color(); - light_color = PREFS_UI_BUTTON_HIGHLIGHT_COLOR; + light_color = PREFS_UI_BUTTON_HIGHLIGHT_COLOR; } int CustButton::handle(int e) -- cgit v1.2.3