diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-09-04 17:01:08 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-09-04 17:01:08 +0300 |
| commit | 76796ca52a69cfce922be253d6e9207ccbfd09a7 (patch) | |
| tree | 17b9871d793e6d4b5fbaed297280cf137f009bb8 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views | |
| parent | 3473064786b9a1d29a1d1334d1a189d1c8d369bc (diff) | |
| download | Tango-76796ca52a69cfce922be253d6e9207ccbfd09a7.tar.gz Tango-76796ca52a69cfce922be253d6e9207ccbfd09a7.zip | |
Started working on Test Studio...
Machine Studio v3.4.42
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/AboutView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/AboutView.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/AboutView.xaml index 55c4edc91..6d47e8191 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/AboutView.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/AboutView.xaml @@ -50,7 +50,7 @@ <TextBlock FontWeight="SemiBold">Build Date:</TextBlock> <TextBlock Text="{Binding ApplicationManager.BuildDate,Mode=OneWay}"></TextBlock> <TextBlock FontWeight="SemiBold">Data Source:</TextBlock> - <TextBlock Text="{Binding Settings.DataBaseSource,Mode=OneWay}"></TextBlock> + <TextBlock Text="{Binding Settings.DataSource.Address,Mode=OneWay}"></TextBlock> </controls:TableGrid> <DockPanel> |
