Skip to content

Commit

Permalink
#200 - updating the tooltip and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
HEskandari committed Jan 21, 2014
1 parent 4ec6722 commit ead7656
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ShowInTaskbar="False"
ShowTitle="True"
ResizeMode="NoResize"
Icon="/Images/Computer.png"
Icon="/Images/ConnectService.png"
Width="380" Height="180"
FocusManager.FocusedElement="{Binding ElementName=name}"
Loaded="SelectText"
Expand All @@ -31,7 +31,7 @@
<StackPanel Orientation="Horizontal" Margin="3">
<Image Source="/Images/Information.png" Margin="5" VerticalAlignment="Center" Width="16" Height="16">
<Image.ToolTip>
<TextBlock Text="Please enter ServiceControl url or IP address." />
<TextBlock Text="Please enter ServiceControl URI." />
</Image.ToolTip>
</Image>
<TextBlock Text="Service Url:" Grid.Row="0" Grid.Column="0"
Expand Down

0 comments on commit ead7656

Please sign in to comment.