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 11:39:38 +0900 |
commit | 0c42c72bd3510acf9daa9126b19d39b36cf9ebf9 (patch) | |
tree | dcc15079a04dddf1e49f3fad85d9d79a2870ba14 | |
parent | e884ec2ace1f5fe5f783e1802a1a91784c363ff3 (diff) | |
download | kbfx-0c42c72bd3510acf9daa9126b19d39b36cf9ebf9.tar.gz kbfx-0c42c72bd3510acf9daa9126b19d39b36cf9ebf9.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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> |