diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-13 11:39:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-13 12:02:57 +0900 |
commit | 0b73d02b81ea4147aa605cd7d028a8da6d2ec831 (patch) | |
tree | 908d7a0e9469fe9acde9ade9794d8de173b20d23 | |
parent | daa4ead8fd19863a6eb15ad9908761eae85b055a (diff) | |
download | kbfx-0b73d02b81ea4147aa605cd7d028a8da6d2ec831.tar.gz kbfx-0b73d02b81ea4147aa605cd7d028a8da6d2ec831.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0c42c72bd3510acf9daa9126b19d39b36cf9ebf9)
-rw-r--r-- | configdialog/kbfxconfigdlgmain.ui | 12 | ||||
-rw-r--r-- | configdialog/kbfxconfigdlgplugins.ui | 6 |
2 files changed, 0 insertions, 18 deletions
diff --git a/configdialog/kbfxconfigdlgmain.ui b/configdialog/kbfxconfigdlgmain.ui index 25b622e..60e6ce2 100644 --- a/configdialog/kbfxconfigdlgmain.ui +++ b/configdialog/kbfxconfigdlgmain.ui @@ -223,9 +223,6 @@ <property name="text"> <string>&Help</string> </property> - <property name="accel"> - <string>Alt+H</string> - </property> <property name="autoDefault"> <bool>false</bool> </property> @@ -254,9 +251,6 @@ <property name="text"> <string>&Default</string> </property> - <property name="accel"> - <string>Alt+D</string> - </property> <property name="autoDefault"> <bool>false</bool> </property> @@ -302,9 +296,6 @@ <property name="text"> <string>&Apply</string> </property> - <property name="accel"> - <string>Alt+A</string> - </property> <property name="autoDefault"> <bool>false</bool> </property> @@ -333,9 +324,6 @@ <property name="text"> <string>E&xit</string> </property> - <property name="accel"> - <string>Alt+X</string> - </property> <property name="autoDefault"> <bool>false</bool> </property> diff --git a/configdialog/kbfxconfigdlgplugins.ui b/configdialog/kbfxconfigdlgplugins.ui index 9efc98d..e1de961 100644 --- a/configdialog/kbfxconfigdlgplugins.ui +++ b/configdialog/kbfxconfigdlgplugins.ui @@ -222,9 +222,6 @@ <property name="text"> <string>&Configure Plugin</string> </property> - <property name="accel"> - <string>Alt+C</string> - </property> <property name="toolTip" stdset="0"> <string>Configure the selected plugin</string> </property> @@ -250,9 +247,6 @@ <property name="text"> <string>&Plugin Information</string> </property> - <property name="accel"> - <string>Alt+P</string> - </property> <property name="toolTip" stdset="0"> <string>Information about the selected plugin</string> </property> |