Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-03-18 11:01:29 +0000
committerStijn Buys <ingar@osirion.org>2012-03-18 11:01:29 +0000
commite3af85ab1a06742ba23c815b80887fdbf32fe36c (patch)
treea80891ff6077ff0bd95636c82516a16c9dc08cac /src/editorwindow.cc
parentf46146993b50ca5afc802288deeb5bd72a176d9a (diff)
Made MapWidget::zoom() independent of the size of the widget.
Diffstat (limited to 'src/editorwindow.cc')
-rw-r--r--src/editorwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editorwindow.cc b/src/editorwindow.cc
index fc183c6..ee71577 100644
--- a/src/editorwindow.cc
+++ b/src/editorwindow.cc
@@ -254,7 +254,7 @@ void EditorWindow::deleteSelected()
void EditorWindow::showZoneProperties()
{
- QMessageBox::information(this, tr("Zone properties"), tr("Not yet iplemented"));
+ QMessageBox::information(this, tr("Zone properties"), tr("Needs to be implemented"));
}
}