diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-08 11:44:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-08 11:44:57 +0900 |
commit | 19eacc1c2d7af829e9ef03f706142deaea41654f (patch) | |
tree | b6493a943c935b5ce05c322f29973ff69a809d2d /part/kxeelementdialogbase.ui | |
parent | 2890181e4b4e5b082e193dbdf4c8e781e0a69e7b (diff) | |
download | kxmleditor-19eacc1c2d7af829e9ef03f706142deaea41654f.tar.gz kxmleditor-19eacc1c2d7af829e9ef03f706142deaea41654f.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'part/kxeelementdialogbase.ui')
-rw-r--r-- | part/kxeelementdialogbase.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/part/kxeelementdialogbase.ui b/part/kxeelementdialogbase.ui index f531bbe..28580ac 100644 --- a/part/kxeelementdialogbase.ui +++ b/part/kxeelementdialogbase.ui @@ -201,9 +201,6 @@ You can enter the namespace URI of this XML element here.</string> <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -218,9 +215,6 @@ You can enter the namespace URI of this XML element here.</string> <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string>Alt+C</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |