diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-24 19:32:33 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-24 19:32:33 +0200 |
| commit | 0c696317f92460cdbed77493f57523fbb617d65c (patch) | |
| tree | add70e5b2c23a0c970e6563865e2d29f119ddcaf /Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml | |
| parent | 40746c60fed9e70f3cb7f6f12f55595a77a1adfa (diff) | |
| download | Tango-0c696317f92460cdbed77493f57523fbb617d65c.tar.gz Tango-0c696317f92460cdbed77493f57523fbb617d65c.zip | |
Fixed some issues with PPC update.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml index 1bdc062de..f29b6bd44 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml @@ -60,15 +60,15 @@ <TextBlock Margin="0 20 0 0"> <TextBlock> - <Run>Local Version:</Run> - <Run Text="{Binding LocalVersion}"></Run> + <Run>Remote Version:</Run> + <Run Text="{Binding RemoteVersion}"></Run> </TextBlock> </TextBlock> <TextBlock Margin="0 20 0 0"> <TextBlock> - <Run>Remote Version:</Run> - <Run Text="{Binding RemoteVersion}"></Run> + <Run>Local Version:</Run> + <Run Text="{Binding LocalVersion}"></Run> </TextBlock> </TextBlock> |
