Better window title for the q frags window
This commit is contained in:
parent
6f17ef23d4
commit
4a987b708e
@ -171,7 +171,7 @@ FragButs::FragButs(QWidget* parent)
|
|||||||
connect(it->button, SIGNAL(clicked(bool)),
|
connect(it->button, SIGNAL(clicked(bool)),
|
||||||
this, SLOT(onButtonClicked(bool)));
|
this, SLOT(onButtonClicked(bool)));
|
||||||
}
|
}
|
||||||
setWindowTitle(tr("Fragment Buttons"));
|
setWindowTitle(tr("Query Fragments"));
|
||||||
isStale(&m_reftime);
|
isStale(&m_reftime);
|
||||||
m_ok = true;
|
m_ok = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user