eric6/Debugger/StartDebugDialog.ui

changeset 8075
6774034a1e0f
parent 7901
6ff7ccf0cb50
child 8078
d0e6c9ef0f15
--- a/eric6/Debugger/StartDebugDialog.ui	Fri Feb 05 09:48:22 2021 +0100
+++ b/eric6/Debugger/StartDebugDialog.ui	Fri Feb 05 11:02:11 2021 +0100
@@ -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