diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-05-09 08:43:08 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-05-09 08:43:08 -0700 |
| commit | 14fdc9113bdc7270fb33e06990081988eb099ba9 (patch) | |
| tree | 850c49df50301878737c51c7ae246d594e4f8f9c /src/thmviewer | |
| parent | e8d9c70934d8cae0d2769ab6ca5ad40d5f506968 (diff) | |
| download | wix-14fdc9113bdc7270fb33e06990081988eb099ba9.tar.gz wix-14fdc9113bdc7270fb33e06990081988eb099ba9.tar.bz2 wix-14fdc9113bdc7270fb33e06990081988eb099ba9.zip | |
Update to latest Core changes plus other minor fixes
Diffstat (limited to 'src/thmviewer')
| -rw-r--r-- | src/thmviewer/thmviewer.cpp | 2 | ||||
| -rw-r--r-- | src/thmviewer/thmviewer.v3.ncrunchproject | 7 | ||||
| -rw-r--r-- | src/thmviewer/thmviewer.vcxproj.filters | 4 |
3 files changed, 11 insertions, 2 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; |
diff --git a/src/thmviewer/thmviewer.v3.ncrunchproject b/src/thmviewer/thmviewer.v3.ncrunchproject new file mode 100644 index 00000000..3cffd6ce --- /dev/null +++ b/src/thmviewer/thmviewer.v3.ncrunchproject | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <ProjectConfiguration> | ||
| 2 | <Settings> | ||
| 3 | <AdditionalFilesToIncludeForProject> | ||
| 4 | <Value>thmviewer.manifest</Value> | ||
| 5 | </AdditionalFilesToIncludeForProject> | ||
| 6 | </Settings> | ||
| 7 | </ProjectConfiguration> \ No newline at end of file | ||
diff --git a/src/thmviewer/thmviewer.vcxproj.filters b/src/thmviewer/thmviewer.vcxproj.filters index 79e08275..9a1eff3f 100644 --- a/src/thmviewer/thmviewer.vcxproj.filters +++ b/src/thmviewer/thmviewer.vcxproj.filters | |||
| @@ -24,9 +24,11 @@ | |||
| 24 | <ClCompile Include="load.cpp"> | 24 | <ClCompile Include="load.cpp"> |
| 25 | <Filter>Source Files</Filter> | 25 | <Filter>Source Files</Filter> |
| 26 | </ClCompile> | 26 | </ClCompile> |
| 27 | <ClCompile Include="precomp.cpp"> | ||
| 28 | <Filter>Source Files</Filter> | ||
| 29 | </ClCompile> | ||
| 27 | </ItemGroup> | 30 | </ItemGroup> |
| 28 | <ItemGroup> | 31 | <ItemGroup> |
| 29 | <None Include="thmviewer.build" /> | ||
| 30 | <None Include="Resources\thm.xml"> | 32 | <None Include="Resources\thm.xml"> |
| 31 | <Filter>Resource Files</Filter> | 33 | <Filter>Resource Files</Filter> |
| 32 | </None> | 34 | </None> |
