Skip to content

Commit c032dca

Browse files
committed
Changed the program image and icon.
1 parent 8f94bd5 commit c032dca

File tree

12 files changed

+270
-16
lines changed

12 files changed

+270
-16
lines changed

SmartSystemMenu/Forms/AboutForm.Designer.cs

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SmartSystemMenu/Forms/AboutForm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ namespace SmartSystemMenu.Forms
55
{
66
partial class AboutForm : Form
77
{
8-
private const string URL = "http://illarionov.pro";
8+
private const string URL = "https://github.com/AlexanderPro/SmartSystemMenu";
99

1010
public AboutForm()
1111
{
1212
InitializeComponent();
1313
Text = "About " + AssemblyUtils.AssemblyProductName;
14-
lblProductName.Text = string.Format("{0} v{1}", AssemblyUtils.AssemblyProductName, AssemblyUtils.AssemblyVersion);
14+
lblProductName.Text = string.Format("{0} v{1}", AssemblyUtils.AssemblyProductName, AssemblyUtils.AssemblyProductVersion);
1515
lblCopyright.Text = string.Format("{0}-{1} {2}", AssemblyUtils.AssemblyCopyright, DateTime.Now.Year, AssemblyUtils.AssemblyCompany);
1616
linkUrl.Text = URL;
1717
}

0 commit comments

Comments
 (0)