mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
HackStudio: Rename "Build" tab to "Console"
The TerminalWrapper in this tab is not only used for displaying build output, so "Console" would be a better name.
This commit is contained in:
committed by
Brian Gianforcaro
parent
4b2b0a4d0e
commit
83dd1e5b80
Notes:
sideshowbarker
2024-07-17 22:22:55 +09:00
Author: https://github.com/itamar8910 Commit: https://github.com/SerenityOS/serenity/commit/83dd1e5b801 Pull-request: https://github.com/SerenityOS/serenity/pull/11335
@@ -1081,7 +1081,7 @@ void HackStudioWidget::create_action_tab(GUI::Widget& parent)
|
||||
|
||||
m_find_in_files_widget = m_action_tab_widget->add_tab<FindInFilesWidget>("Find in files");
|
||||
m_todo_entries_widget = m_action_tab_widget->add_tab<ToDoEntriesWidget>("TODO");
|
||||
m_terminal_wrapper = m_action_tab_widget->add_tab<TerminalWrapper>("Build", false);
|
||||
m_terminal_wrapper = m_action_tab_widget->add_tab<TerminalWrapper>("Console", false);
|
||||
m_debug_info_widget = m_action_tab_widget->add_tab<DebugInfoWidget>("Debug");
|
||||
|
||||
m_debug_info_widget->on_backtrace_frame_selection = [this](Debug::DebugInfo::SourcePosition const& source_position) {
|
||||
|
||||
Reference in New Issue
Block a user