commit | 9e8f2a70243205f4d7a33c8e02a0cad55c952209 | [log] [tgz] |
---|---|---|
author | Rein Klazes <wijn@online.nl> | Wed May 06 08:41:15 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed May 06 12:20:10 2009 +0200 |
tree | 1d33df79366382ec828f09365f6acaa8ee56b21b | |
parent | 64dbec13ef523efe46e6d9653e280a6c2b434875 [diff] [blame] |
programs: Make some of the open file dialogs of a few programs resizable.
diff --git a/programs/oleview/oleview.c b/programs/oleview/oleview.c index e56342c..5f0fdc5 100644 --- a/programs/oleview/oleview.c +++ b/programs/oleview/oleview.c
@@ -137,7 +137,7 @@ pofn->nFilterIndex = 0; pofn->lpstrFile = wszFileName; pofn->nMaxFile = MAX_LOAD_STRING; - pofn->Flags = OFN_HIDEREADONLY; + pofn->Flags = OFN_HIDEREADONLY | OFN_ENABLESIZING; } static void CopyClsid(HTREEITEM item)