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/prefMPEG4.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/prefMPEG4.ui')
| -rw-r--r-- | src/prefMPEG4.ui | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/src/prefMPEG4.ui b/src/prefMPEG4.ui index 3259bb8..f48f915 100644 --- a/src/prefMPEG4.ui +++ b/src/prefMPEG4.ui @@ -61,10 +61,7 @@ <cstring>ck2passes</cstring> </property> <property name="text"> - <string>2 pass</string> - </property> - <property name="accel"> - <string>Alt+2</string> + <string>&2 pass</string> </property> </widget> <widget class="TQLabel" row="0" column="0"> @@ -174,9 +171,6 @@ <property name="text"> <string>&keep aspect ratio</string> </property> - <property name="accel"> - <string>Alt+K</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -309,10 +303,7 @@ <cstring>rbSize</cstring> </property> <property name="text"> - <string>File size</string> - </property> - <property name="accel"> - <string>Alt+S</string> + <string>File &size</string> </property> </widget> <widget class="TQSpinBox" row="0" column="1"> @@ -357,10 +348,7 @@ <cstring>rbBitrate</cstring> </property> <property name="text"> - <string>Bitrate</string> - </property> - <property name="accel"> - <string>Alt+B</string> + <string>&Bitrate</string> </property> </widget> <spacer row="0" column="2" rowspan="2" colspan="1"> |
