ui: Renamed Log Window to Status Window and Output Tab to Status Tab

This commit is contained in:
Eberhard Graether
2016-12-13 10:35:50 +01:00
parent 48ece50eca
commit 5391ea449b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ void ComponentManager::setup(ViewLayout* viewLayout)
m_dialogView = m_componentFactory->getViewFactory()->createDialogView(viewLayout, m_componentFactory->getStorageAccess());
std::shared_ptr<TabbedView> tabbedView =
m_componentFactory->getViewFactory()->createTabbedView(viewLayout, "Log");
m_componentFactory->getViewFactory()->createTabbedView(viewLayout, "Status");
m_tabbedViews.push_back(tabbedView);
// std::shared_ptr<Component> logComponent = m_componentFactory->createLogComponent(tabbedView.get());