aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-13 11:05:39 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-13 11:05:39 +0300
commit79acd83ccfef79a2810096ada8f3b3bbef52c3d0 (patch)
tree7a0eace6efb5e2463d98296f6dd2c972ca7bf027 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml
parente8d4437f1f0f175213d65b9fda4baa63f118adb6 (diff)
downloadTango-79acd83ccfef79a2810096ada8f3b3bbef52c3d0.tar.gz
Tango-79acd83ccfef79a2810096ada8f3b3bbef52c3d0.zip
Extracted events from diagnostics response to EventsNotificationResponse.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml
index 3a8baf7e5..5f8cca8fe 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml
@@ -58,7 +58,7 @@
<DockPanel>
<StackPanel Orientation="Vertical" VerticalAlignment="Center" DockPanel.Dock="Right" ToolTip="Allow incoming diagnostics data">
<ToggleButton IsChecked="{Binding EnableDiagnostics}" VerticalAlignment="Center"></ToggleButton>
- <TextBlock VerticalAlignment="Center" FontSize="10">Diagnostics</TextBlock>
+ <TextBlock VerticalAlignment="Center" FontSize="10">Diagnostics/Debugging</TextBlock>
</StackPanel>
<StackPanel Orientation="Horizontal">
<Image Source="/Images/external-bridge-tcp.png" Width="38" Height="38" RenderOptions.BitmapScalingMode="Fant"></Image>