Skip to content

Commit

Permalink
Fix tooltip for Cough Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick- committed Feb 25, 2015
1 parent c179209 commit 1121007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FeenPhone/WPFApp/WPFControls/AudioInWPF.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
ClickMode="Press"
LostMouseCapture="ToggleButton_LostMouseCapture"
IsChecked="{Binding Path=Cough, Mode=TwoWay}"
ToolTip="Enable sound recording">
ToolTip="ACK!!!">
<ToggleButton.Template>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border >
Expand Down

0 comments on commit 1121007

Please sign in to comment.