diff options
author | Michele Calgaro <[email protected]> | 2022-09-13 12:08:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-13 12:08:44 +0900 |
commit | ee39cb509b01628706a4016aa3b8c539916e9a34 (patch) | |
tree | 08ef6b1f7234aacab7a50cabb7d8bab25671893a /src/logoptions.ui | |
parent | c73397b05334cd21799c6db7edba379183e541a0 (diff) | |
download | klamav-ee39cb509b01628706a4016aa3b8c539916e9a34.tar.gz klamav-ee39cb509b01628706a4016aa3b8c539916e9a34.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/logoptions.ui')
-rw-r--r-- | src/logoptions.ui | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/logoptions.ui b/src/logoptions.ui index 3f5f6cc..8130ecb 100644 --- a/src/logoptions.ui +++ b/src/logoptions.ui @@ -115,9 +115,6 @@ <property name="text"> <string>&Application Launch/Shutdown</string> </property> - <property name="accel"> - <string>Alt+A</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -126,9 +123,6 @@ <property name="text"> <string>Scan Starte&d/Stopped/Cancelled</string> </property> - <property name="accel"> - <string>Alt+D</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -137,9 +131,6 @@ <property name="text"> <string>&File Quarantined</string> </property> - <property name="accel"> - <string>Alt+F</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -148,9 +139,6 @@ <property name="text"> <string>Data&base Updates</string> </property> - <property name="accel"> - <string>Alt+B</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -159,9 +147,6 @@ <property name="text"> <string>Software &Updates</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -170,9 +155,6 @@ <property name="text"> <string>&Virus/Suspicious File Found</string> </property> - <property name="accel"> - <string>Alt+V</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -181,9 +163,6 @@ <property name="text"> <string>&Error Encountered</string> </property> - <property name="accel"> - <string>Alt+E</string> - </property> </widget> </vbox> </widget> |