ProgramsDialog: Merged with changes done by Christos.

Wed, 03 Oct 2018 14:31:58 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 03 Oct 2018 14:31:58 +0200
changeset 6528
3e194fec0eaa
parent 6524
e5a7bd60b287 (current diff)
parent 6527
402067bb8029 (diff)
child 6529
1c2968f124b7

ProgramsDialog: Merged with changes done by Christos.

--- a/Preferences/ProgramsDialog.py	Tue Oct 02 19:46:55 2018 +0200
+++ b/Preferences/ProgramsDialog.py	Wed Oct 03 14:31:58 2018 +0200
@@ -220,16 +220,16 @@
         exe = Preferences.getCorba("omniidl")
         if not exe:
             exe = "omniidl"
-        if Utilities.isWindowsPlatform():
-            exe += ".exe"
+            if Utilities.isWindowsPlatform():
+                exe += ".exe"
         self.__createProgramEntry(
             self.tr("CORBA IDL Compiler"), exe, '-V', 'omniidl', -1)
         # 5b. protobuf
         exe = Preferences.getProtobuf("protoc")
         if not exe:
             exe = "protoc"
-        if Utilities.isWindowsPlatform():
-            exe += ".exe"
+            if Utilities.isWindowsPlatform():
+                exe += ".exe"
         self.__createProgramEntry(
             self.tr("Protobuf Compiler"), exe, '--version', 'libprotoc', -1)
         # 5c. grpc
--- a/Preferences/ProgramsDialog.ui	Tue Oct 02 19:46:55 2018 +0200
+++ b/Preferences/ProgramsDialog.ui	Wed Oct 03 14:31:58 2018 +0200
@@ -11,7 +11,7 @@
    </rect>
   </property>
   <property name="windowTitle">
-   <string>External Programs</string>
+   <string>External Tools</string>
   </property>
   <layout class="QVBoxLayout">
    <item>

eric ide

mercurial