Corrected a copy & paste issue in the eric-ide server configuration page. eric7

Sat, 03 May 2025 18:01:01 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 03 May 2025 18:01:01 +0200
branch
eric7
changeset 11257
54a66ef9c9db
parent 11256
b19a0278b8bf
child 11258
955bf672a1a1

Corrected a copy & paste issue in the eric-ide server configuration page.

src/eric7/Preferences/ConfigurationPages/EricServerPage.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Preferences/ConfigurationPages/EricServerPage.py	Sat May 03 18:00:26 2025 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/EricServerPage.py	Sat May 03 18:01:01 2025 +0200
@@ -32,7 +32,7 @@
 
     def save(self):
         """
-        Public slot to save the Cooperation configuration.
+        Public slot to save the eric-ide server related configuration.
         """
         Preferences.setEricServer("ConnectionTimeout", self.timeoutSpinBox.value())
         Preferences.setEricServer("AutostartShell", self.startShellCheckBox.isChecked())

eric ide

mercurial