Skip to content

Commit b9fa741

Browse files
committed
added ducky icon to splash
1 parent b0e6d66 commit b9fa741

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Rubberduck.Core/UI/Splash.Designer.cs

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

Rubberduck.Core/UI/Splash.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public Splash()
1111

1212
public string Version
1313
{
14-
get { return VersionLabel.Text; }
15-
set { VersionLabel.Text = value; }
14+
get => VersionLabel.Text;
15+
set => VersionLabel.Text = value;
1616
}
1717
}
1818
}

Rubberduck.Core/UI/Splash.resx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,4 +1081,8 @@
10811081
AAAASUVORK5CYII=
10821082
</value>
10831083
</data>
1084+
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1085+
<data name="$this.Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
1086+
<value>..\Ducky.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
1087+
</data>
10841088
</root>

0 commit comments

Comments
 (0)