From 9c6fc415c522ecfde4ec553a340b6cc6d3ab999d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 2 Jun 2015 15:10:58 -0400 Subject: [PATCH] Quick comment fix. --- redo/windows/tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/windows/tab.c b/redo/windows/tab.c index 38b6e185..0fea50ed 100644 --- a/redo/windows/tab.c +++ b/redo/windows/tab.c @@ -288,7 +288,7 @@ uiTab *uiNewTab(void) t = (struct tab *) uiWindowsNewSingleHWNDControl(uiTypeTab()); - t->hwnd = uiWindowsUtilCreateControlHWND(0, // don't set WS_EX_CONTROLPARENT yet; we do that dynamically in the message loop (see main_windows.c) + t->hwnd = uiWindowsUtilCreateControlHWND(0, // don't set WS_EX_CONTROLPARENT yet; we do that dynamically in the message loop (see below) WC_TABCONTROLW, L"", // don't give WS_TABSTOP here; we only apply WS_TABSTOP if there are tabs TCS_TOOLTIPS,