vcl/qt5/Qt5Instance.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit db72d888656cdab8b954e7b58219dc71065a5030
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 18 23:35:42 2019 +0200
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Wed Jun 19 08:04:56 2019 +0200

    Fix typo
    
    Change-Id: I95d7efef5021b1a43c1e8a9e4b6aa0be47ad3302
    Reviewed-on: https://gerrit.libreoffice.org/74312
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

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"));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to