Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sys_27 committed Oct 9, 2013
1 parent bf7a1a3 commit 8743817
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("Release")]
#endif

[assembly: AssemblyVersion("2.7.2")]
[assembly: AssemblyFileVersion("2.7.2")]
[assembly: AssemblyInformationalVersion("2.7.2")]
[assembly: AssemblyVersion("2.7.3")]
[assembly: AssemblyFileVersion("2.7.3")]
[assembly: AssemblyInformationalVersion("2.7.3")]
[assembly: NeutralResourcesLanguageAttribute("en")]
2 changes: 1 addition & 1 deletion xFunc/Presenters/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal class Updater
{

private const string checkUri = "http://xfunc.codeplex.com/releases/";
private const int currentRelease = 113074;
private const int currentRelease = 113205;
private string updateUri;
private bool hasUpdates;

Expand Down
2 changes: 2 additions & 0 deletions xFunc/Views/MainView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ private TextBox GetSelectedTextBox()
return logicExpressionBox;
if (tabControl.SelectedItem == graphsTab)
return graphExpressionBox;
if (tabControl.SelectedItem == truthTableTab)
return truthTableExpressionBox;

return null;
}
Expand Down

0 comments on commit 8743817

Please sign in to comment.