From 9db6c249f796d73db0a90f2d970e8408e34a16f3 Mon Sep 17 00:00:00 2001 From: Jesus Sanchez-Palencia Date: Wed, 10 Feb 2010 15:29:28 -0300 Subject: HyperUI: Fix window title (it's Hyper not Hiper!!) Signed-off-by: Jesus Sanchez-Palencia --- hyperui/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3