Wed, 03 Oct 2018 14:31:58 +0200
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>