Skip to content

Commit

Permalink
Fixed typo and added binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Effix committed Nov 19, 2015
1 parent e4553db commit d956903
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
packages/*/
*.suo
*.atsuo
Releases/*/

# Windows image file caches
Thumbs.db
Expand Down
2 changes: 1 addition & 1 deletion LedBadge/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
</Grid>
<DockPanel DockPanel.Dock="Bottom">
<Button Name="TwitterButton" Width="64" Content="Start" DockPanel.Dock="Right" Click="ToggleTwitter"/>
<TextBox HorizontalAlignment="Right" Text="Add one search term per line above "/>
<TextBlock HorizontalAlignment="Right" Text="Add one search term per line above "/>
</DockPanel>
<TextBox Name="Hashtags" AcceptsReturn="True" Margin="0,0,0,5"/>
</DockPanel>
Expand Down
Binary file added Releases/LedBadge 1.0.zip
Binary file not shown.

0 comments on commit d956903

Please sign in to comment.