eric6/Debugger/StartRunDialog.ui

changeset 8075
6774034a1e0f
parent 7874
8dcb77600690
child 8078
d0e6c9ef0f15
diff -r a54194132814 -r 6774034a1e0f eric6/Debugger/StartRunDialog.ui
--- a/eric6/Debugger/StartRunDialog.ui	Fri Feb 05 09:48:22 2021 +0100
+++ b/eric6/Debugger/StartRunDialog.ui	Fri Feb 05 11:02:11 2021 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>550</width>
-    <height>192</height>
+    <height>228</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -137,8 +137,8 @@
        </property>
        <property name="whatsThis">
         <string>&lt;b&gt;Environment Variables&lt;/b&gt;
-&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.&lt;/p&gt;
-&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot;&lt;/p&gt;</string>
+&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</string>
        </property>
        <property name="editable">
         <bool>true</bool>

eric ide

mercurial