winecfg: Widen "Folder" column to accommodate Catalan translation.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alex Henrie 2015-12-08 00:08:10 -07:00 committed by Alexandre Julliard
parent bc5f52c028
commit 7e5cb21540
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ static void init_shell_folder_listview_headers(HWND dialog) {
LoadStringW(GetModuleHandleW(NULL), IDS_LINKS_TO, szLinksTo, sizeof(szLinksTo)/sizeof(WCHAR));
GetClientRect(GetDlgItem(dialog, IDC_LIST_SFPATHS), &viewRect);
width = (viewRect.right - viewRect.left) / 4;
width = (viewRect.right - viewRect.left) / 3;
listColumn.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_SUBITEM;
listColumn.pszText = szShellFolder;