diff options
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml index 91b8bfae5..cb99015a9 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml +++ b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml @@ -6,7 +6,7 @@ xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:local="clr-namespace:Tango.FSE.Publisher.UI" mc:Ignorable="d" - Title="Tango FSE Publisher" Height="600" Width="400" d:DataContext="{d:DesignInstance Type=local:MainWindowVM, IsDesignTimeCreatable=False}"> + Title="Tango FSE/Twine Studio Publisher" Height="600" Width="400" d:DataContext="{d:DesignInstance Type=local:MainWindowVM, IsDesignTimeCreatable=False}"> <Window.Style> <Style TargetType="Window"> <Setter Property="Cursor" Value="Arrow"></Setter> @@ -20,7 +20,10 @@ <Grid IsEnabled="{Binding IsFree}" Margin="10"> <DockPanel> - <TextBlock DockPanel.Dock="Top" FontSize="22">Tango FSE Publish Utility</TextBlock> + <TextBlock DockPanel.Dock="Top" FontSize="22"> + <Run Text="{Binding BuildVariant,Mode=OneWay}"></Run> + <Run>Publish Utility</Run> + </TextBlock> <DockPanel> <StackPanel VerticalAlignment="Bottom" DockPanel.Dock="Bottom"> <TextBlock Text="{Binding Progress.Message}" Foreground="Gray"></TextBlock> |
