Debugger/StartDebugDialog.ui

changeset 6875
b40b6e5a2f23
parent 6551
f4adb9431204
--- a/Debugger/StartDebugDialog.ui	Sun Mar 17 18:43:46 2019 +0100
+++ b/Debugger/StartDebugDialog.ui	Sun Mar 17 19:37:28 2019 +0100
@@ -22,7 +22,7 @@
      <item row="0" column="0">
       <widget class="QLabel" name="label">
        <property name="text">
-        <string>&amp;Virtual Environment:</string>
+        <string>Virtual Environment:</string>
        </property>
        <property name="buddy">
         <cstring>venvComboBox</cstring>
@@ -48,7 +48,7 @@
      <item row="1" column="0">
       <widget class="QLabel" name="TextLabel1">
        <property name="text">
-        <string>Command&amp;line:</string>
+        <string>Script Parameters:</string>
        </property>
        <property name="buddy">
         <cstring>cmdlineCombo</cstring>
@@ -87,7 +87,7 @@
      <item row="2" column="0">
       <widget class="QLabel" name="TextLabel2">
        <property name="text">
-        <string>&amp;Working directory:</string>
+        <string>Working directory:</string>
        </property>
        <property name="buddy">
         <cstring>workdirPicker</cstring>
@@ -117,7 +117,7 @@
      <item row="3" column="0">
       <widget class="QLabel" name="textLabel1">
        <property name="text">
-        <string>&amp;Environment Variables:</string>
+        <string>Environment Variables:</string>
        </property>
        <property name="buddy">
         <cstring>environmentCombo</cstring>
@@ -168,7 +168,7 @@
 &lt;p&gt;Uncheck this in order to disable exception reporting.&lt;/p&gt;</string>
        </property>
        <property name="text">
-        <string>Report &amp;exceptions</string>
+        <string>Report exceptions</string>
        </property>
        <property name="shortcut">
         <string>Alt+E</string>
@@ -187,7 +187,7 @@
         <string>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</string>
        </property>
        <property name="text">
-        <string>Clear &amp;interpreter window</string>
+        <string>Clear interpreter window</string>
        </property>
        <property name="checked">
         <bool>true</bool>
@@ -214,7 +214,7 @@
         <string>Select to trace into the Python library</string>
        </property>
        <property name="text">
-        <string>&amp;Trace into interpreter libraries</string>
+        <string>Trace into interpreter libraries</string>
        </property>
        <property name="shortcut">
         <string>Alt+T</string>

eric ide

mercurial