diff options
Diffstat (limited to 'cpp/test/WinRT/TestSuite/MainPage.xaml')
-rw-r--r-- | cpp/test/WinRT/TestSuite/MainPage.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/WinRT/TestSuite/MainPage.xaml b/cpp/test/WinRT/TestSuite/MainPage.xaml index 5fad1e219f0..7a44fa90497 100644 --- a/cpp/test/WinRT/TestSuite/MainPage.xaml +++ b/cpp/test/WinRT/TestSuite/MainPage.xaml @@ -71,7 +71,7 @@ <!-- Footer --> <StackPanel Grid.Row="2" VerticalAlignment="Bottom"> <TextBlock Margin="5, 5, 5, 5" Style="{StaticResource FooterStyle}" - Text="Copyright © 2012-2013 ZeroC, Inc. All rights reserved." TextWrapping="Wrap"/> + Text="Copyright © 2012-2014 ZeroC, Inc. All rights reserved." TextWrapping="Wrap"/> </StackPanel> </Grid> </Page> |