From e75452dab85f8992644cb16b217bb7f8a24af2a1 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Sat, 27 Mar 2021 00:37:21 -0500 Subject: [PATCH] Update wtl-ScanButton.cpp Fix title case --- Source/Project64-input/wtl-ScanButton.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Project64-input/wtl-ScanButton.cpp b/Source/Project64-input/wtl-ScanButton.cpp index 3fe575309..b571a49e8 100644 --- a/Source/Project64-input/wtl-ScanButton.cpp +++ b/Source/Project64-input/wtl-ScanButton.cpp @@ -90,7 +90,7 @@ void CScanButton::OnTimer(UINT_PTR nIDEvent) time_t Now = time(nullptr); if (10 - (Now - m_ScanStart) > 0) { - Dialog.SetWindowText(stdstr_f("Configure Input: Press Key ... (%d seconds)", 10 - (Now - m_ScanStart)).ToUTF16().c_str()); + Dialog.SetWindowText(stdstr_f("Configure input: Press key... (%d seconds)", 10 - (Now - m_ScanStart)).ToUTF16().c_str()); } else { @@ -116,7 +116,7 @@ void CScanButton::OnTimer(UINT_PTR nIDEvent) { m_ScanBtn.KillTimer(DETECT_KEY_TIMER); CWindow Dialog = m_ScanBtn.GetParent().GetParent(); - Dialog.SetWindowText(L"Configure Input"); + Dialog.SetWindowText(L"Configure input"); if (m_Overlay.m_hWnd != NULL) {