Update Debugger-StackTrace.cpp
Fix title case and add newline
This commit is contained in:
parent
5682b9d5b7
commit
f52cf3a8b1
|
@ -81,7 +81,7 @@ void CDebugStackTrace::Refresh()
|
||||||
return;
|
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.SetRedraw(FALSE);
|
||||||
m_List.DeleteAllItems();
|
m_List.DeleteAllItems();
|
||||||
|
|
Loading…
Reference in New Issue