Better window title for the q frags window

This commit is contained in:
Jean-Francois Dockes 2015-01-19 16:56:51 +01:00
parent 6f17ef23d4
commit 4a987b708e

View File

@ -171,7 +171,7 @@ FragButs::FragButs(QWidget* parent)
connect(it->button, SIGNAL(clicked(bool)),
this, SLOT(onButtonClicked(bool)));
}
setWindowTitle(tr("Fragment Buttons"));
setWindowTitle(tr("Query Fragments"));
isStale(&m_reftime);
m_ok = true;
}