Skip to content

Commit

Permalink
Improve aboutbox and firststart window
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo1991 committed Jan 2, 2019
1 parent fd248e3 commit 5a073d6
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 56 deletions.
89 changes: 42 additions & 47 deletions YChan/AboutBox.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions YChan/AboutBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,10 @@ public string AssemblyCompany
}

#endregion Assembly Attribute Accessors

private void richTextBoxDescription_LinkClicked(object sender, LinkClickedEventArgs e)
{
System.Diagnostics.Process.Start(e.LinkText);
}
}
}
5 changes: 3 additions & 2 deletions YChan/AboutBox.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,15 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="textBoxDescription.Text" xml:space="preserve">
<data name="richTextBoxDescription.Text" xml:space="preserve">
<value>Original Project https://sourceforge.net/p/ychan/
Created by mirage (mirage@secure-mail.biz)
Icon by karan000 (creator of XChan)
Context Menu Icons by Oxygen Team

Updated by Ricardo1991 and FugiMuffi at
https://github.com/Ricardo1991/YChan
https://github.com/FugiMuffi/YChan</value>
https://github.com/FugiMuffi/YChan
</value>
</data>
</root>
13 changes: 6 additions & 7 deletions YChan/FirstStart.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions YChan/FirstStart.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="rtWelcome.Text" xml:space="preserve">
<value>Welcome to YChan!

Since the original has been marked as abandoned on SourceForge, I decided to fork it and fix a bug that was annoying me.

This fork repository is over at https://github.com/Ricardo1991/YChan but you probably already know that.

That is all, have fun.</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Expand Down

0 comments on commit 5a073d6

Please sign in to comment.