Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Porting changes over from sjp/GOMstreamer.
Browse files Browse the repository at this point in the history
Main changes include correct regexes and the ability to save multiple
streams.
  • Loading branch information
sjp committed Jan 13, 2012
1 parent 71ceae1 commit e7ca805
Show file tree
Hide file tree
Showing 8 changed files with 203 additions and 121 deletions.
2 changes: 1 addition & 1 deletion GOMstreamer/AboutBox.Designer.cs

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

2 changes: 1 addition & 1 deletion GOMstreamer/AboutBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public AboutBox()
{
InitializeComponent();
this.Text = String.Format("About {0}", AssemblyTitle);
this.lblVersionTxt.Text = AssemblyProduct + " v0.8.0";
this.lblVersionTxt.Text = AssemblyProduct + " v0.9.0";
this.lblCopyright.Text = AssemblyCopyright;
}

Expand Down
45 changes: 25 additions & 20 deletions GOMstreamer/MainWindow.Designer.cs

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

Loading

0 comments on commit e7ca805

Please sign in to comment.