Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
fixed input gesture on exit menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Horsey committed Jun 9, 2011
1 parent 38413bb commit 852c143
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified deploy/RestScratch.exe
Binary file not shown.
Binary file modified deploy/RestScratch.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/RestScratch/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<MenuItem Header="_Save" InputGestureText="Ctrl + S" Name="miSave" Click="miSave_Click" />
<MenuItem Header="Save _As" InputGestureText="Ctrl + Shft + S" Name="miSaveAs" Click="miSaveAs_Click" />
<Separator/>
<MenuItem Header="E_xit (Ctrl + X)" InputGestureText="" Name="miExit" Click="miExit_Click" />
<MenuItem Header="E_xit" InputGestureText="Ctrl + X" Name="miExit" Click="miExit_Click" />
</MenuItem>
</Menu>
<Grid Margin="0,94,0,60" Name="grid1">
Expand Down
4 changes: 2 additions & 2 deletions src/RestScratch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.9.0")]
[assembly: AssemblyFileVersion("0.1.9.0")]
[assembly: AssemblyVersion("0.1.9.1")]
[assembly: AssemblyFileVersion("0.1.9.1")]

0 comments on commit 852c143

Please sign in to comment.