diff options
author | Michele Calgaro <[email protected]> | 2022-09-08 11:48:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-08 11:58:39 +0900 |
commit | e827f052ec3022b8fae4a835e4575739cad854e3 (patch) | |
tree | d30809c41f8a59010af4388103c91ef87f9e5c0d /src/svnfrontend/createrepo_dlg.ui | |
parent | ab078f89d54c5e0b617ceb696547cae04e06ea5e (diff) | |
download | tdesvn-e827f052ec3022b8fae4a835e4575739cad854e3.tar.gz tdesvn-e827f052ec3022b8fae4a835e4575739cad854e3.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8375cc85e06cbe8ebab2911352bd36c76dbb16ef)
Diffstat (limited to 'src/svnfrontend/createrepo_dlg.ui')
-rw-r--r-- | src/svnfrontend/createrepo_dlg.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/svnfrontend/createrepo_dlg.ui b/src/svnfrontend/createrepo_dlg.ui index 64d73e4..23737e6 100644 --- a/src/svnfrontend/createrepo_dlg.ui +++ b/src/svnfrontend/createrepo_dlg.ui @@ -87,9 +87,6 @@ <property name="text"> <string>Disable fsync at commit (BDB only)</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -98,9 +95,6 @@ <property name="text"> <string>Disable automatic log file removal (BDB only)</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -109,9 +103,6 @@ <property name="text"> <string>Create main folders</string> </property> - <property name="accel"> - <string></string> - </property> <property name="checked"> <bool>true</bool> </property> |