summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Sanchez-Palencia <jesus.palencia@openbossa.org>2010-02-10 15:29:28 -0300
committerJesus Sanchez-Palencia <jesus.palencia@openbossa.org>2010-02-10 15:29:28 -0300
commit9db6c249f796d73db0a90f2d970e8408e34a16f3 (patch)
treed658d0bcc43f31139756388d9a4d685f6c1eba8a
parent1a6cbc45c35f50272b7ec8edaffe333e0323a35a (diff)
HyperUI: Fix window title (it's Hyper not Hiper!!)
Signed-off-by: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
-rw-r--r--hyperui/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperui/main.cpp b/hyperui/main.cpp
index 0d20181..ee4324e 100644
--- a/hyperui/main.cpp
+++ b/hyperui/main.cpp
@@ -55,7 +55,7 @@ int main(int argc, char **argv)
QGraphicsScene scene;
QGraphicsView view(&scene);
- view.setWindowTitle(QObject::tr("Hiper UI"));
+ view.setWindowTitle(QObject::tr("Hyper UI"));
view.setFrameShape(QFrame::NoFrame);
view.setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
view.setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);