diff options
author | Michele Calgaro <[email protected]> | 2022-09-09 09:47:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-09 09:47:08 +0900 |
commit | 4e80bd5fe4e1012211c933ca3940275f1afee94b (patch) | |
tree | 9826ef42ab7539cb3fa484a9c13d05dd050e3127 | |
parent | 24470878db48a1d97cdf651da4d45cc037841f77 (diff) | |
download | bibletime-4e80bd5fe4e1012211c933ca3940275f1afee94b.tar.gz bibletime-4e80bd5fe4e1012211c933ca3940275f1afee94b.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | bibletime/frontend/manageindicesform.ui | 3 | ||||
-rw-r--r-- | bibletime/frontend/searchdialog/searchoptionsform.ui | 9 |
2 files changed, 0 insertions, 12 deletions
diff --git a/bibletime/frontend/manageindicesform.ui b/bibletime/frontend/manageindicesform.ui index e5885ad..e302589 100644 --- a/bibletime/frontend/manageindicesform.ui +++ b/bibletime/frontend/manageindicesform.ui @@ -51,9 +51,6 @@ <property name="text"> <string>Automaticall&y delete orphaned indices when BibleTime starts</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> </widget> <widget class="TDEListView"> <property name="name"> diff --git a/bibletime/frontend/searchdialog/searchoptionsform.ui b/bibletime/frontend/searchdialog/searchoptionsform.ui index 23261d0..2d115bd 100644 --- a/bibletime/frontend/searchdialog/searchoptionsform.ui +++ b/bibletime/frontend/searchdialog/searchoptionsform.ui @@ -82,9 +82,6 @@ <property name="text"> <string>&Help</string> </property> - <property name="accel"> - <string>Alt+H</string> - </property> </widget> <widget class="TQPushButton" row="1" column="2"> <property name="name"> @@ -93,9 +90,6 @@ <property name="text"> <string>&Choose</string> </property> - <property name="accel"> - <string>Alt+C</string> - </property> </widget> <widget class="TQPushButton" row="2" column="2"> <property name="name"> @@ -104,9 +98,6 @@ <property name="text"> <string>&Setup</string> </property> - <property name="accel"> - <string>Alt+S</string> - </property> </widget> <widget class="TQLabel" row="2" column="0"> <property name="name"> |