diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-11 12:25:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-11 12:25:30 +0900 |
commit | 6afe1d5157e641b4b9605ae5b10ae6fb714872ba (patch) | |
tree | afb2c034de3ad623f1d1bdc3cef167a4c901a9e2 | |
parent | f43b18642e12031cbfdf057e4e045944e276cc1d (diff) | |
download | kile-6afe1d5157e641b4b9605ae5b10ae6fb714872ba.tar.gz kile-6afe1d5157e641b4b9605ae5b10ae6fb714872ba.zip |
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/kile/latexconfigwidget.ui | 3 | ||||
-rw-r--r-- | src/kile/structureconfigwidget.ui | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/kile/latexconfigwidget.ui b/src/kile/latexconfigwidget.ui index a0dcef2..8e397e0 100644 --- a/src/kile/latexconfigwidget.ui +++ b/src/kile/latexconfigwidget.ui @@ -144,9 +144,6 @@ <property name="text"> <string>Auto insert $</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </vbox> </widget> diff --git a/src/kile/structureconfigwidget.ui b/src/kile/structureconfigwidget.ui index 17e6d87..133595a 100644 --- a/src/kile/structureconfigwidget.ui +++ b/src/kile/structureconfigwidget.ui @@ -181,9 +181,6 @@ <property name="text"> <string>No extra section for labels</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -200,9 +197,6 @@ <property name="text"> <string>Show input files</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> |