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:43 +0900 |
| commit | ba92b0b162a47a1a7037339308f8c16d864df1a8 (patch) | |
| tree | 66373fd92da1812e13f6ce28d41ed1503f74d37c /src | |
| parent | f367d3daa8639ba44996a2ef356a91b9302c4f6c (diff) | |
| download | kile-ba92b0b1.tar.gz kile-ba92b0b1.zip | |
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6afe1d5157e641b4b9605ae5b10ae6fb714872ba)
Diffstat (limited to 'src')
| -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"> |
