Skip to content

Commit e288739

Browse files
committed
Added hyperlink to github.
1 parent 0d77ced commit e288739

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

SvgFileType/UIDialog.Designer.cs

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

SvgFileType/UIDialog.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,10 @@ private void ResolveControlsVisibility()
149149
{
150150
this.cbOpacity.Enabled = this.cbLayers.Enabled = this.cbPSDSupport.Enabled = !rbFlat.Checked;
151151
}
152+
153+
private void linkGitHub_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
154+
{
155+
System.Diagnostics.Process.Start(@"https://github.com/otuncelli/Scalable-Vector-Graphics-Plugin-for-Paint.NET");
156+
}
152157
}
153158
}

0 commit comments

Comments
 (0)