Skip to content

Commit

Permalink
Update program date and add dictionary word
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Sep 9, 2022
1 parent ef6ff91 commit b2e9454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MASICBrowser/MASICBrowser.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<s:Boolean x:Key="/Default/UserDictionary/Words/=Savitzky/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Savitzy/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=SIC_0027s/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=unsmoothed/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=XCORR/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
2 changes: 1 addition & 1 deletion MASICBrowser/frmBrowser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public partial class frmBrowser : Form
// ReSharper disable once CommentTypo
// Ignore Spelling: cancelled, const, Ctrl, frag, fragscan, Golay, Loc, resmooth, Savitzky, similarFragScan

private const string PROGRAM_DATE = "June 14, 2022";
private const string PROGRAM_DATE = "September 8, 2022";

/// <summary>
/// Constructor
Expand Down

0 comments on commit b2e9454

Please sign in to comment.