summaryrefslogtreecommitdiffstats
path: root/demos/affine/xform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/affine/xform.cpp')
-rw-r--r--demos/affine/xform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/affine/xform.cpp b/demos/affine/xform.cpp
index e3ecb3c..46e6af3 100644
--- a/demos/affine/xform.cpp
+++ b/demos/affine/xform.cpp
@@ -895,7 +895,7 @@ XFormWidget::XFormWidget(QWidget *parent)
// defaults
view->reset();
vectorType->setChecked(true);
- textEditor->setText("Qt Software");
+ textEditor->setText("Qt Affine Transformation Demo");
textEditor->setEnabled(false);
animateButton->animateClick();