diff options
Diffstat (limited to 'win32/copy')
-rw-r--r-- | win32/copy/changelog.url | 4 | ||||
-rw-r--r-- | win32/copy/copy-xp.vcxproj | 1 | ||||
-rw-r--r-- | win32/copy/copy-xp.vcxproj.filters | 3 | ||||
-rw-r--r-- | win32/copy/copy.vcxproj | 1 | ||||
-rw-r--r-- | win32/copy/copy.vcxproj.filters | 3 | ||||
-rw-r--r-- | win32/copy/readme.url | 4 |
6 files changed, 14 insertions, 2 deletions
diff --git a/win32/copy/changelog.url b/win32/copy/changelog.url new file mode 100644 index 00000000..aeb1f9c8 --- /dev/null +++ b/win32/copy/changelog.url @@ -0,0 +1,4 @@ +[InternetShortcut] +URL=https://github.com/hexchat/hexchat/blob/master/changelog.md +IconFile=%systemroot%\system32\shell32.dll +IconIndex=165 diff --git a/win32/copy/copy-xp.vcxproj b/win32/copy/copy-xp.vcxproj index 40c06faa..9c740f76 100644 --- a/win32/copy/copy-xp.vcxproj +++ b/win32/copy/copy-xp.vcxproj @@ -87,6 +87,7 @@ copy "..\installer\watercolorlite-blue.cjstyles" "$(HexChatRel)"</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemGroup> + <None Include="changelog.url" /> <None Include="etc\download.png" /> <None Include="etc\gtk-2.0\gtkrc" /> <None Include="etc\gtkpref.png" /> diff --git a/win32/copy/copy-xp.vcxproj.filters b/win32/copy/copy-xp.vcxproj.filters index 1f9d0cf4..af2be024 100644 --- a/win32/copy/copy-xp.vcxproj.filters +++ b/win32/copy/copy-xp.vcxproj.filters @@ -45,5 +45,8 @@ <None Include="readme.url"> <Filter>Resource Files</Filter> </None> + <None Include="changelog.url"> + <Filter>Resource Files</Filter> + </None> </ItemGroup> </Project> \ No newline at end of file diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index e36f96cf..8e6a7cfe 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -80,6 +80,7 @@ copy "..\installer\watercolorlite-blue.cjstyles" "$(HexChatRel)"</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemGroup> + <None Include="changelog.url" /> <None Include="etc\download.png" /> <None Include="etc\gtk-2.0\gtkrc" /> <None Include="etc\gtkpref.png" /> diff --git a/win32/copy/copy.vcxproj.filters b/win32/copy/copy.vcxproj.filters index 1f9d0cf4..af2be024 100644 --- a/win32/copy/copy.vcxproj.filters +++ b/win32/copy/copy.vcxproj.filters @@ -45,5 +45,8 @@ <None Include="readme.url"> <Filter>Resource Files</Filter> </None> + <None Include="changelog.url"> + <Filter>Resource Files</Filter> + </None> </ItemGroup> </Project> \ No newline at end of file diff --git a/win32/copy/readme.url b/win32/copy/readme.url index 77f065e3..e143669c 100644 --- a/win32/copy/readme.url +++ b/win32/copy/readme.url @@ -1,4 +1,4 @@ [InternetShortcut] URL=https://raw.github.com/hexchat/hexchat/master/README -IconFile=%systemroot%\notepad.exe -IconIndex=0 +IconFile=%systemroot%\system32\shell32.dll +IconIndex=23 |