diff options
-rw-r--r-- | kdbg/pgmargsbase.ui | 21 | ||||
-rw-r--r-- | kdbg/procattachbase.ui | 6 |
2 files changed, 0 insertions, 27 deletions
diff --git a/kdbg/pgmargsbase.ui b/kdbg/pgmargsbase.ui index be6685e..8d5d862 100644 --- a/kdbg/pgmargsbase.ui +++ b/kdbg/pgmargsbase.ui @@ -93,9 +93,6 @@ <property name="text"> <string>Insert &file name...</string> </property> - <property name="accel"> - <string>Alt+F</string> - </property> <property name="whatsThis" stdset="0"> <string>Browse for a file; the full path name will be inserted at the current cursor location in the edit box above.</string> </property> @@ -107,9 +104,6 @@ <property name="text"> <string>Insert &directory name...</string> </property> - <property name="accel"> - <string>Alt+D</string> - </property> <property name="whatsThis" stdset="0"> <string>Browse for a directory; the full path name will be inserted at the current cursor location in the edit box above.</string> </property> @@ -196,9 +190,6 @@ <property name="text"> <string>&Browse...</string> </property> - <property name="accel"> - <string>Alt+B</string> - </property> <property name="whatsThis" stdset="0"> <string>Browse for the initial working directory where the program is run.</string> </property> @@ -339,9 +330,6 @@ <property name="text"> <string>&Modify</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> <property name="whatsThis" stdset="0"> <string>Enters the environment variable that is currently specified in the edit box into the list. If the named variable is already in the list, it receives a new value; otherwise, a new entry is created.</string> </property> @@ -353,9 +341,6 @@ <property name="text"> <string>&Delete</string> </property> - <property name="accel"> - <string>Alt+D</string> - </property> <property name="whatsThis" stdset="0"> <string>Deletes the selected environment variable from the list. This cannot be used to delete environment variables that are inherited.</string> </property> @@ -457,9 +442,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -474,9 +456,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/kdbg/procattachbase.ui b/kdbg/procattachbase.ui index 60614d5..69c2303 100644 --- a/kdbg/procattachbase.ui +++ b/kdbg/procattachbase.ui @@ -189,9 +189,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -209,9 +206,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |