From 657cbe2013789ea020b5f685f6a3916927b6b478 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 5 May 2015 20:57:30 -0400 Subject: [PATCH] Updated a TODO. --- windows/container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/container.c b/windows/container.c index 54dd3d47..df036144 100644 --- a/windows/container.c +++ b/windows/container.c @@ -199,7 +199,7 @@ static LRESULT CALLBACK containerWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LP EndPaint(c->hwnd, &ps); return 0; // TODO the tab control uses this to draw the tab background - // but we have no idea where the tab is, so... + // but we have no idea which tab so we don't know where the tab is, so... // case WM_PRINTCLIENT: if (cc == NULL) break;