diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-18 16:57:51 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-18 16:57:51 +0300 |
| commit | c87ba78f6bc38edde0e51cfe0badef86cda6facc (patch) | |
| tree | 92e27f17846603581f6a5b0154074d8bc304d5ff /Software/Visual_Studio/PPC/Modules/Tango.PPC.Events | |
| parent | 8bdffd078211cebbbaae6ca0eff173371df1c34b (diff) | |
| download | Tango-c87ba78f6bc38edde0e51cfe0badef86cda6facc.tar.gz Tango-c87ba78f6bc38edde0e51cfe0badef86cda6facc.zip | |
Implemented event title @ replace on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Events')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Views/MainView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Views/MainView.xaml index f0ae4b128..4c1983e30 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/Views/MainView.xaml @@ -83,7 +83,7 @@ <touch:LightTouchDataGridColumn Width="1*" Header="Title" SortMember="Name" HorizontalContentAlignment="Left"> <touch:LightTouchDataGridColumn.CellTemplate> <DataTemplate> - <TextBlock IsHitTestVisible="False" Text="{Binding EventType.Title,Mode=OneWay}"></TextBlock> + <TextBlock IsHitTestVisible="False" Text="{Binding EventType,Converter={StaticResource EventTypeTitleConverter},FallbackValue='Unknown Event'}"></TextBlock> </DataTemplate> </touch:LightTouchDataGridColumn.CellTemplate> </touch:LightTouchDataGridColumn> |
