mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
Update version to 2.0.0
This commit is contained in:
parent
44265b61d6
commit
a734135462
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Nitpick::Nitpick(QWidget* parent) : QMainWindow(parent) {
|
||||||
_ui.statusLabel->setText("");
|
_ui.statusLabel->setText("");
|
||||||
_ui.plainTextEdit->setReadOnly(true);
|
_ui.plainTextEdit->setReadOnly(true);
|
||||||
|
|
||||||
setWindowTitle("Nitpick - v1.3.3");
|
setWindowTitle("Nitpick - v2.0.0");
|
||||||
}
|
}
|
||||||
|
|
||||||
Nitpick::~Nitpick() {
|
Nitpick::~Nitpick() {
|
||||||
|
|
Loading…
Reference in a new issue