summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/WinterSpeak/src/SpeechApi51Lexicon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/WinterSpeak/src/SpeechApi51Lexicon.cpp b/plugins/WinterSpeak/src/SpeechApi51Lexicon.cpp
index 2a64b0fb6a..db55c2bb09 100644
--- a/plugins/WinterSpeak/src/SpeechApi51Lexicon.cpp
+++ b/plugins/WinterSpeak/src/SpeechApi51Lexicon.cpp
@@ -18,7 +18,7 @@ SpeechApi51Lexicon::~SpeechApi51Lexicon()
//------------------------------------------------------------------------------
bool SpeechApi51Lexicon::display()
{
- m_window = CreateDialog(
+/* m_window = CreateDialog(
g_hInst,
MAKEINTRESOURCE(IDD_TTS_LEXICON),
m_parent_window,
@@ -31,7 +31,7 @@ bool SpeechApi51Lexicon::display()
ShowWindow(m_window, SW_SHOW);
-/* WNDCLASS wc;
+ WNDCLASS wc;
wc.style = 0;
! wc.lpfnWndProc = (WNDPROC)MainWndProc; // Window procedure for this class.