diff options
author | Michele Calgaro <[email protected]> | 2022-09-18 13:53:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-18 13:53:04 +0900 |
commit | aecfb2bff4ca6ce3624fb7c6f913511ef7a2cdbc (patch) | |
tree | cdcd57d5b53af3a590008270db41bdd4dca7099c /kommander/editor | |
parent | a5300698cf69718e47feee8ff9481bbdb7d88769 (diff) | |
download | tdewebdev-aecfb2bff4ca6ce3624fb7c6f913511ef7a2cdbc.tar.gz tdewebdev-aecfb2bff4ca6ce3624fb7c6f913511ef7a2cdbc.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kommander/editor')
-rw-r--r-- | kommander/editor/choosewidget.ui | 6 | ||||
-rw-r--r-- | kommander/editor/connectioneditor.ui | 12 | ||||
-rw-r--r-- | kommander/editor/functions.ui | 6 |
3 files changed, 0 insertions, 24 deletions
diff --git a/kommander/editor/choosewidget.ui b/kommander/editor/choosewidget.ui index b39a7e7b..210703ee 100644 --- a/kommander/editor/choosewidget.ui +++ b/kommander/editor/choosewidget.ui @@ -54,9 +54,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -71,9 +68,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> 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> diff --git a/kommander/editor/functions.ui b/kommander/editor/functions.ui index 86d1b74a..707e9921 100644 --- a/kommander/editor/functions.ui +++ b/kommander/editor/functions.ui @@ -544,9 +544,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -561,9 +558,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |