diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-18 23:35:42 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-06-19 08:04:56 +0200 |
commit | db72d888656cdab8b954e7b58219dc71065a5030 (patch) | |
tree | 816a91f746da8ec111081f2f5b9f579b6bd0c4ff | |
parent | 84fb7b3e4b3b004f23a5de43d37d4a82e766bd6f (diff) |
Fix typo
Change-Id: I95d7efef5021b1a43c1e8a9e4b6aa0be47ad3302
Reviewed-on: https://gerrit.libreoffice.org/74312
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | vcl/qt5/Qt5Instance.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx index f83cf86b25ba..dc3df6446a67 100644 --- a/vcl/qt5/Qt5Instance.cxx +++ b/vcl/qt5/Qt5Instance.cxx @@ -243,7 +243,7 @@ Qt5Instance::~Qt5Instance() void Qt5Instance::AfterAppInit() { - // set the default application icon via destop file just on Wayland, + // set the default application icon via desktop file just on Wayland, // as this otherwise overrides the individual desktop icons on X11. if (QGuiApplication::platformName() == "wayland") QGuiApplication::setDesktopFileName(QStringLiteral("libreoffice-startcenter.desktop")); |