Update Debugger-StackTrace.cpp

Fix title case and add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 22:34:08 -05:00
parent 5682b9d5b7
commit f52cf3a8b1
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ void CDebugStackTrace::Refresh()
return;
}
SetWindowText(stdstr_f("Stack Trace (%d)", m_EntriesIndex).ToUTF16().c_str());
SetWindowText(stdstr_f("Stack trace (%d)", m_EntriesIndex).ToUTF16().c_str());
m_List.SetRedraw(FALSE);
m_List.DeleteAllItems();