diff options
Diffstat (limited to 'src/thmviewer/thmviewer.cpp')
-rw-r--r-- | src/thmviewer/thmviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thmviewer/thmviewer.cpp b/src/thmviewer/thmviewer.cpp index 511272a9..425cdf43 100644 --- a/src/thmviewer/thmviewer.cpp +++ b/src/thmviewer/thmviewer.cpp | |||
@@ -98,7 +98,7 @@ int WINAPI wWinMain( | |||
98 | ofn.hwndOwner = hWnd; | 98 | ofn.hwndOwner = hWnd; |
99 | ofn.lpstrFile = wzFile; | 99 | ofn.lpstrFile = wzFile; |
100 | ofn.nMaxFile = countof(wzFile); | 100 | ofn.nMaxFile = countof(wzFile); |
101 | ofn.lpstrFilter = L"Theme Files\0*.thm\0XML Files\0*.xml\0All Files\0*.*\0"; | 101 | ofn.lpstrFilter = L"Theme Files (*.thm)\0*.thm\0XML Files (*.xml)\0*.xml\0All Files (*.*)\0*.*\0"; |
102 | ofn.nFilterIndex = 1; | 102 | ofn.nFilterIndex = 1; |
103 | ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST; | 103 | ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST; |
104 | ofn.lpstrTitle = vpTheme->sczCaption; | 104 | ofn.lpstrTitle = vpTheme->sczCaption; |