summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/texturesurface/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/texturesurface/main.cpp')
-rw-r--r--examples/datavisualization/texturesurface/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/datavisualization/texturesurface/main.cpp b/examples/datavisualization/texturesurface/main.cpp
index eda6a54a..5d61b5d7 100644
--- a/examples/datavisualization/texturesurface/main.cpp
+++ b/examples/datavisualization/texturesurface/main.cpp
@@ -80,7 +80,7 @@ int main(int argc, char **argv)
QLabel *label = new QLabel(widget);
label->setPixmap(pm);
- QGroupBox *heightMapGroupBox = new QGroupBox(QStringLiteral("Height color map"));
+ QGroupBox *heightMapGroupBox = new QGroupBox(QStringLiteral("Highlight color map"));
QVBoxLayout *colorMapVBox = new QVBoxLayout;
colorMapVBox->addWidget(label);
heightMapGroupBox->setLayout(colorMapVBox);