[Libreoffice-commits] core.git: vcl/qt5

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 19 06:05:46 UTC 2019


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

New commits:
commit db72d888656cdab8b954e7b58219dc71065a5030
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jun 18 23:35:42 2019 +0200
Commit:     Jens Carl <j.carl43 at 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.carl43 at 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"));


More information about the Libreoffice-commits mailing list