eric6/eric6_sqlbrowser.py

changeset 7380
c99320e859ca
parent 7360
9190402e4505
child 7781
607a6098cb44
--- a/eric6/eric6_sqlbrowser.py	Sat Feb 01 17:25:30 2020 +0100
+++ b/eric6/eric6_sqlbrowser.py	Sun Feb 02 11:04:32 2020 +0100
@@ -59,6 +59,9 @@
     """
     Main entry point into the application.
     """
+    from PyQt5.QtGui import QGuiApplication
+    QGuiApplication.setDesktopFileName("eric6_sqlbrowser.desktop")
+    
     options = [
         ("--config=configDir",
          "use the given directory as the one containing the config files"),

eric ide

mercurial