diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-11 12:20:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-11 12:21:15 +0900 |
commit | 82f3fc4b259742f8ff5c2f4a103ad498e28525c9 (patch) | |
tree | 1dcdc85ea8f543a266b3073d06c8e8e0bec8e519 /src/passwordlayout.ui | |
parent | dfe0af7d336a92d6b858398d191d0cb0ec2be8bd (diff) | |
download | basket-82f3fc4b259742f8ff5c2f4a103ad498e28525c9.tar.gz basket-82f3fc4b259742f8ff5c2f4a103ad498e28525c9.zip |
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7515dd0d2bf170f0a3944ab59dbd10cfb888e9bf)
Diffstat (limited to 'src/passwordlayout.ui')
-rw-r--r-- | src/passwordlayout.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/passwordlayout.ui b/src/passwordlayout.ui index d2c577c..c567afe 100644 --- a/src/passwordlayout.ui +++ b/src/passwordlayout.ui @@ -43,9 +43,6 @@ <property name="text"> <string>&No protection</string> </property> - <property name="accel"> - <string>Alt+N</string> - </property> </widget> <widget class="TQRadioButton"> <property name="name"> @@ -54,9 +51,6 @@ <property name="text"> <string>Protect basket with a &password</string> </property> - <property name="accel"> - <string>Alt+P</string> - </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> @@ -81,9 +75,6 @@ <property name="text"> <string>Protect basket with private &key:</string> </property> - <property name="accel"> - <string>Alt+K</string> - </property> </widget> <widget class="TQComboBox"> <property name="name"> |