Skip to content

Commit

Permalink
A different icon for XySubFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
x-xy-y committed Jul 18, 2013
1 parent 03340d7 commit 1a1e77b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/filters/transform/vsfilter/VSFilter.rc
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,11 @@ END

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
#if defined XY_SUB_FILTER_DLL
IDI_ICON1 ICON "res\\Icon_xy_sub_fillter.ico"
#else
IDI_ICON1 ICON "res\\Icon_147.ico"
#endif

/////////////////////////////////////////////////////////////////////////////
//
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<ClInclude Include="..\xy_sub_filter.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\res\Icon_147.ico" />
<None Include="..\res\Icon_xy_sub_fillter.ico" />
<None Include="..\xy_sub_filter.def" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<None Include="..\xy_sub_filter.def">
<Filter>源文件</Filter>
</None>
<None Include="..\res\Icon_147.ico">
<None Include="..\res\Icon_xy_sub_fillter.ico">
<Filter>资源文件</Filter>
</None>
</ItemGroup>
Expand Down

0 comments on commit 1a1e77b

Please sign in to comment.