(#396) Showing only the well log plot name in the title bar (no prefix)

This commit is contained in:
Pål Hagen
2015-09-08 11:40:37 +02:00
parent 77c22e4562
commit dbe4daa533

View File

@@ -352,7 +352,7 @@ void RimWellLogPlot::updateViewerWidgetWindowTitle()
{ {
if (m_viewer) if (m_viewer)
{ {
m_viewer->setWindowTitle(QString("Well Log Plot - %1").arg(m_userName)); m_viewer->setWindowTitle(m_userName);
} }
} }