diff options
-rw-r--r-- | src/core/stdfile/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdfile/resource.rc b/src/core/stdfile/resource.rc index e48b2d001d..c1013a916e 100644 --- a/src/core/stdfile/resource.rc +++ b/src/core/stdfile/resource.rc @@ -139,7 +139,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPT CAPTION "File Transfers"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- CONTROL "",IDC_TABS,"SysTabControl32",0x0,7,7,262,224
+ CONTROL "",IDC_TABS,"SysTabControl32", WS_TABSTOP,7,7,262,224
PUSHBUTTON "Clear completed",IDC_CLEAR,7,234,100,14
PUSHBUTTON "Close",IDCANCEL,219,234,50,14
END
|