diff options
Diffstat (limited to 'gdb/tui/tui-layout.c')
-rw-r--r-- | gdb/tui/tui-layout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tui/tui-layout.c b/gdb/tui/tui-layout.c index 71e0961..f194fa9 100644 --- a/gdb/tui/tui-layout.c +++ b/gdb/tui/tui-layout.c @@ -306,7 +306,7 @@ tui_win_info::resize (int height_, int width_, -/* Helper function to create one of the built-in (non-locator) +/* Helper function to create one of the built-in (non-status) windows. */ template<enum tui_win_type V, class T> @@ -369,7 +369,7 @@ initialize_known_windows () tui_disasm_window>); known_window_types.emplace (STATUS_NAME, make_standard_window<STATUS_WIN, - tui_locator_window>); + tui_status_window>); } /* See tui-layout.h. */ |