summaryrefslogtreecommitdiffstats
path: root/examples/multitouch/fingerpaint/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multitouch/fingerpaint/mainwindow.cpp')
-rw-r--r--examples/multitouch/fingerpaint/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multitouch/fingerpaint/mainwindow.cpp b/examples/multitouch/fingerpaint/mainwindow.cpp
index 546c68559c..e510f89f3d 100644
--- a/examples/multitouch/fingerpaint/mainwindow.cpp
+++ b/examples/multitouch/fingerpaint/mainwindow.cpp
@@ -53,7 +53,7 @@ MainWindow::MainWindow()
createActions();
createMenus();
- setWindowTitle(tr("Scribble"));
+ setWindowTitle(tr("Finger Paint"));
resize(500, 500);
}
//! [0]