diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-07 22:50:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-07 22:50:35 +0900 |
commit | cf76e5a86b9261ed09df73a8e3ddedddb503c61d (patch) | |
tree | 690bd2419af528d3d786b6f11548fff18c58f004 | |
parent | b0f1887ca04ba6846d2145ce5098e0552f7c5832 (diff) | |
download | kdbg-cf76e5a86b9261ed09df73a8e3ddedddb503c61d.tar.gz kdbg-cf76e5a86b9261ed09df73a8e3ddedddb503c61d.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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> |