Skip to content

Commit

Permalink
Changed TSL files icon to one compatible with Windows Vista - follow …
Browse files Browse the repository at this point in the history
…up on issue #93
  • Loading branch information
PawelTroka committed Jun 28, 2017
1 parent b6e2f30 commit 060b106
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Computator.NET.Setup/SharedProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ public class SharedProperties
public static readonly Version Version = Assembly.GetExecutingAssembly().GetName().Version;
public const string SetupGif = @"..\Graphics\Installer\InstallShield Computator.NET Theme\setup.gif";
public const string Logo = @"..\Graphics\computator.net-icon.png";
public const string TslIcon = @"..\Graphics\tsl.ico";

private const string TslIconBig = @"..\Graphics\tsl.ico";
private const string TslIconCompatible = @"..\Graphics\tsl-16x16-to-256x256.ico";

public const string TslIcon = TslIconCompatible;//TslIconBig;
public const string License = @"..\docs\eula.rtf";
public const string Company = "TROKA Software";
public const string HelpTelephone = "+48-725-656-424";
Expand Down
Binary file added Graphics/tsl-16x16-to-256x256.ico
Binary file not shown.

0 comments on commit 060b106

Please sign in to comment.