Преглед на файлове

Help: Rename "Tree" tab to "Browse"

Andreas Kling преди 4 години
родител
ревизия
888a93e0f6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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& 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.layout()->set_margins({ 4, 4, 4, 4 });
     auto& tree_view = tree_view_container.add<GUI::TreeView>();