summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-08 15:44:40 +0100
committerPapoteur <papoteur@mageia.org>2018-12-15 15:46:34 +0100
commit5d6515bc20c0c3165cbed2ac82fb11ce19418ffd (patch)
tree4c23cf05b3ec8003d772aa55fb6cfb5f0ce70cf1
parent016cc48244df2f6d3921008f6ff2cfb5e0555b1a (diff)
downloadmageiawelcome-5d6515bc20c0c3165cbed2ac82fb11ce19418ffd.tar
mageiawelcome-5d6515bc20c0c3165cbed2ac82fb11ce19418ffd.tar.gz
mageiawelcome-5d6515bc20c0c3165cbed2ac82fb11ce19418ffd.tar.bz2
mageiawelcome-5d6515bc20c0c3165cbed2ac82fb11ce19418ffd.tar.xz
mageiawelcome-5d6515bc20c0c3165cbed2ac82fb11ce19418ffd.zip
Add title to window
-rw-r--r--qml/mw.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/mw.py b/qml/mw.py
index e5be88d..91d1974 100644
--- a/qml/mw.py
+++ b/qml/mw.py
@@ -198,6 +198,7 @@ if __name__ == '__main__':
app.installTranslator(appTranslator)
view = QQuickView()
view.setResizeMode(QQuickView.SizeRootObjectToView)
+ view.setTitle(app.tr("Welcome to Mageia"))
cb = Callbrowser()
la = Launcher()
us = username()