[Lldb-commits] [PATCH] D33347: Fix incorrect Status -> Error rename in IOHandler
Brian Gianforcaro via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 18 22:52:42 PDT 2017
bgianfo updated this revision to Diff 99525.
bgianfo added a comment.
Fixing source path
https://reviews.llvm.org/D33347
Files:
lldb/trunk/source/Core/IOHandler.cpp
Index: lldb/trunk/source/Core/IOHandler.cpp
===================================================================
--- lldb/trunk/source/Core/IOHandler.cpp
+++ lldb/trunk/source/Core/IOHandler.cpp
@@ -4640,7 +4640,7 @@
WindowSP threads_window_sp(
main_window_sp->CreateSubWindow("Threads", threads_bounds, false));
WindowSP status_window_sp(
- main_window_sp->CreateSubWindow("Error", status_bounds, false));
+ main_window_sp->CreateSubWindow("Status", status_bounds, false));
status_window_sp->SetCanBeActive(
false); // Don't let the status bar become the active window
main_window_sp->SetDelegate(
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33347.99525.patch
Type: text/x-patch
Size: 650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170519/9dbce1ac/attachment.bin>
More information about the lldb-commits
mailing list