diff --git a/slsDetectorGui/src/qDetectorMain.cpp b/slsDetectorGui/src/qDetectorMain.cpp index 9286b7d90..43d051544 100755 --- a/slsDetectorGui/src/qDetectorMain.cpp +++ b/slsDetectorGui/src/qDetectorMain.cpp @@ -184,7 +184,7 @@ void qDetectorMain::SetUpWidgetWindow() { tabs->insertTab(DEBUGGING, scroll[DEBUGGING], "Debugging"); tabs->insertTab(DEVELOPER, scroll[DEVELOPER], "Developer"); // no scroll buttons this way - tabs->insertTab(MESSAGES, tabMessages, "Messages"); + tabs->insertTab(MESSAGES, tabMessages, "Terminal"); // swap tabs so that messages is last tab tabs->tabBar()->moveTab(tabs->indexOf(tabMeasurement), MEASUREMENT);