summaryrefslogtreecommitdiffstats
path: root/examples/surface/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/surface/main.cpp')
-rw-r--r--examples/surface/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/surface/main.cpp b/examples/surface/main.cpp
index 2583b21a..cd26eb8d 100644
--- a/examples/surface/main.cpp
+++ b/examples/surface/main.cpp
@@ -56,7 +56,7 @@ int main(int argc, char **argv)
QGroupBox *modelGroupBox = new QGroupBox(QStringLiteral("Model"));
QRadioButton *sqrtSinModelRB = new QRadioButton(widget);
- sqrtSinModelRB->setText(QStringLiteral("Sqrt Sin"));
+ sqrtSinModelRB->setText(QStringLiteral("Sqrt&Sin"));
sqrtSinModelRB->setChecked(false);
QRadioButton *heightMapModelRB = new QRadioButton(widget);