diff options
author | Michele Calgaro <[email protected]> | 2022-09-18 13:53:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-18 13:53:24 +0900 |
commit | 41cb0aa2c8dab9ccfc41ae46d01568ad20c3bb7c (patch) | |
tree | 91e811c01bde5f89cabb8085a2caa6b1dde42740 /kommander/editor/connectioneditor.ui | |
parent | 89dbef406eb3b2367a357dd3235251207fd1c47e (diff) | |
download | tdewebdev-41cb0aa2c8dab9ccfc41ae46d01568ad20c3bb7c.tar.gz tdewebdev-41cb0aa2c8dab9ccfc41ae46d01568ad20c3bb7c.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit aecfb2bff4ca6ce3624fb7c6f913511ef7a2cdbc)
Diffstat (limited to 'kommander/editor/connectioneditor.ui')
-rw-r--r-- | kommander/editor/connectioneditor.ui | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kommander/editor/connectioneditor.ui b/kommander/editor/connectioneditor.ui index 0a20e4e6..19374617 100644 --- a/kommander/editor/connectioneditor.ui +++ b/kommander/editor/connectioneditor.ui @@ -216,9 +216,6 @@ <property name="text"> <string>&Disconnect</string> </property> - <property name="accel"> - <string>Alt+D</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -253,9 +250,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -273,9 +267,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string>Alt+C</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -345,9 +336,6 @@ <property name="text"> <string>Co&nnect</string> </property> - <property name="accel"> - <string>Alt+N</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |