Wrong label.

This commit is contained in:
Quantum 2014-04-18 19:47:00 -04:00
parent 37e593e47a
commit b0634dcd28

View file

@ -157,7 +157,7 @@ LRESULT MainWindow::OnCreate()
m_instruLabel = CreateWindow(WC_STATIC, L"Instrument:",
WS_CHILD | WS_VISIBLE | SS_CENTERIMAGE, 0, 0, 0, 0,
m_hwnd, NULL, GetInstance(), NULL);
m_deviceLabel = CreateWindow(WC_STATIC, L"Instrument:",
m_deviceLabel = CreateWindow(WC_STATIC, L"Device:",
WS_CHILD | WS_VISIBLE | SS_CENTERIMAGE, 0, 0, 0, 0,
m_hwnd, NULL, GetInstance(), NULL);