Browse Source

Help: Rename "Tree" tab to "Browse"

Andreas Kling 4 years ago
parent
commit
888a93e0f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Applications/Help/main.cpp

+ 1 - 1
Applications/Help/main.cpp

@@ -115,7 +115,7 @@ int main(int argc, char* argv[])
     auto model = ManualModel::create();
     auto model = ManualModel::create();
 
 
     auto& left_tab_bar = splitter.add<GUI::TabWidget>();
     auto& left_tab_bar = splitter.add<GUI::TabWidget>();
-    auto& tree_view_container = left_tab_bar.add_tab<GUI::Widget>("Tree");
+    auto& tree_view_container = left_tab_bar.add_tab<GUI::Widget>("Browse");
     tree_view_container.set_layout<GUI::VerticalBoxLayout>();
     tree_view_container.set_layout<GUI::VerticalBoxLayout>();
     tree_view_container.layout()->set_margins({ 4, 4, 4, 4 });
     tree_view_container.layout()->set_margins({ 4, 4, 4, 4 });
     auto& tree_view = tree_view_container.add<GUI::TreeView>();
     auto& tree_view = tree_view_container.add<GUI::TreeView>();