summaryrefslogtreecommitdiff
path: root/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-02-06 11:43:41 +0100
committerBenoit Foucher <benoit@zeroc.com>2015-02-06 11:43:41 +0100
commite591999d8782430e68c5917552ae50aa9bcf1e9d (patch)
tree287d1d317c8d60cbbe76e63bcbed20e75e12cee6 /cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
parentMinor fix to Ice discovery hello server configuration (diff)
downloadice-e591999d8782430e68c5917552ae50aa9bcf1e9d.tar.bz2
ice-e591999d8782430e68c5917552ae50aa9bcf1e9d.tar.xz
ice-e591999d8782430e68c5917552ae50aa9bcf1e9d.zip
Added C++ plugins for endpoint factories, cleaned up registration of WS factories
Diffstat (limited to 'cpp/test/WinRT/TestSuite/MainPage.xaml.cpp')
-rw-r--r--cpp/test/WinRT/TestSuite/MainPage.xaml.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp b/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
index 6a5137c3bbd..13def8e07e2 100644
--- a/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
+++ b/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
@@ -875,7 +875,7 @@ MainPage::btnStop_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEvent
{
_loop->IsChecked = false;
_stop->IsEnabled = false;
- _stop->Content = "Wainting for test to finish...";
+ _stop->Content = "Waiting for test to finish...";
}
Ice::CommunicatorPtr
@@ -999,4 +999,4 @@ TestSuite::MainPage::printToConsoleOutput(String^ message, bool newline)
_output->SelectedIndex = _messages->Size - 1;
_output->ScrollIntoView(_output->SelectedItem);
}, CallbackContext::Any));
-} \ No newline at end of file
+}