From c53dce42bb981325b874950c1d558768372b4b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 5 Mar 2015 05:07:19 +0100 Subject: Fix incorrectly renamed strings --- twin-styles/icewm/icewm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin-styles/icewm') diff --git a/twin-styles/icewm/icewm.cpp b/twin-styles/icewm/icewm.cpp index 768dbfe5..94ba3961 100644 --- a/twin-styles/icewm/icewm.cpp +++ b/twin-styles/icewm/icewm.cpp @@ -1306,7 +1306,7 @@ void IceWMClient::paintEvent( TQPaintEvent* ) // Fill frame border if required if (borderSizeX > 2) { - // FillQt::Vertical sizes + // Fill Vertical sizes p.fillRect( x+2, y+2, borderSizeX-2, h-4, c1); p.fillRect( w-borderSizeX, y+2, borderSizeX-2, h-4, c1); } -- cgit v1.2.1