diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-14 11:24:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-14 11:25:19 +0900 |
commit | 7d1289d1b96a71b1d62beba9f3e059fc91cf6736 (patch) | |
tree | 17a17f3fd01eec335204b1b8b852423207c35918 | |
parent | cc50764bbe8ff09c1111991c20e3a5700ebb6a42 (diff) | |
download | kchmviewer-7d1289d1b96a71b1d62beba9f3e059fc91cf6736.tar.gz kchmviewer-7d1289d1b96a71b1d62beba9f3e059fc91cf6736.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1582e51129fef80d16de95e351b6ff2ad428baf3)
-rw-r--r-- | src/kchmsetupdialog.ui | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/kchmsetupdialog.ui b/src/kchmsetupdialog.ui index 9db45b5..d15e5c5 100644 --- a/src/kchmsetupdialog.ui +++ b/src/kchmsetupdialog.ui @@ -91,9 +91,6 @@ <property name="text"> <string>Open the &last used CHM file, if exist</string> </property> - <property name="accel"> - <string>Alt+L</string> - </property> </widget> </vbox> </widget> @@ -152,9 +149,6 @@ <property name="text"> <string>R&emember extra information for history files</string> </property> - <property name="accel"> - <string>Alt+E</string> - </property> <property name="toolTip" stdset="0"> <string>Remembers the information about the files, which were opened. Remembers last opened page, search history, font size, bookmarks and so on.</string> </property> @@ -192,9 +186,6 @@ <property name="text"> <string>Alwa&ys open it in external browser</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> </widget> <widget class="TQRadioButton"> <property name="name"> @@ -211,9 +202,6 @@ <property name="text"> <string>Do not open the link</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </vbox> </widget> @@ -346,9 +334,6 @@ <property name="text"> <string>&QTextBrowser-based widget</string> </property> - <property name="accel"> - <string>Alt+Q</string> - </property> </widget> <widget class="TQRadioButton"> <property name="name"> @@ -357,9 +342,6 @@ <property name="text"> <string>&TDEHTMLPart-based widget</string> </property> - <property name="accel"> - <string>Alt+K</string> - </property> </widget> </vbox> </widget> @@ -381,9 +363,6 @@ <property name="text"> <string>Enable Java&Script</string> </property> - <property name="accel"> - <string>Alt+S</string> - </property> </widget> <widget class="TQCheckBox" row="0" column="1"> <property name="name"> @@ -392,9 +371,6 @@ <property name="text"> <string>Enable &plugins</string> </property> - <property name="accel"> - <string>Alt+P</string> - </property> </widget> <widget class="TQCheckBox" row="1" column="0"> <property name="name"> @@ -403,9 +379,6 @@ <property name="text"> <string>Enable &Java</string> </property> - <property name="accel"> - <string>Alt+J</string> - </property> </widget> <widget class="TQCheckBox" row="1" column="1"> <property name="name"> @@ -414,9 +387,6 @@ <property name="text"> <string>Enable &refresh</string> </property> - <property name="accel"> - <string>Alt+R</string> - </property> </widget> </grid> </widget> @@ -453,9 +423,6 @@ <property name="text"> <string>Built-in HTML source viewer</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQRadioButton"> <property name="name"> @@ -464,9 +431,6 @@ <property name="text"> <string>E&xternal program, specified below</string> </property> - <property name="accel"> - <string>Alt+X</string> - </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> @@ -615,9 +579,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -632,9 +593,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |