diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-10 14:31:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-10 14:37:53 +0900 |
| commit | da475e83aa52042b302713ae7c31b50d9a979261 (patch) | |
| tree | 2572ddbc48fd9a34bb8d7dba6a981d779d5d72ed /src/prefpreview.ui | |
| parent | 97a53fd174aa98f32445d622de1ef417224fa235 (diff) | |
| download | k9copy-da475e83.tar.gz k9copy-da475e83.zip | |
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 62b2fc0050b991ecfb1b79329c82030b1302346f)
Diffstat (limited to 'src/prefpreview.ui')
| -rw-r--r-- | src/prefpreview.ui | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/prefpreview.ui b/src/prefpreview.ui index 9230508..602e84b 100644 --- a/src/prefpreview.ui +++ b/src/prefpreview.ui @@ -48,19 +48,13 @@ <property name="text"> <string>&Internal Player</string> </property> - <property name="accel"> - <string>Alt+I</string> - </property> </widget> <widget class="TQRadioButton" row="1" column="0"> <property name="name"> <cstring>rbMplayer</cstring> </property> <property name="text"> - <string>MPlayer</string> - </property> - <property name="accel"> - <string>Alt+M</string> + <string>&MPlayer</string> </property> </widget> </grid> |
