diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-08 11:48:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-08 11:48:20 +0900 |
commit | 8375cc85e06cbe8ebab2911352bd36c76dbb16ef (patch) | |
tree | ace1a3c817da0a706488a8e6a911224e789538ce /src/svnfrontend/loaddmpdlg.ui | |
parent | 55977ba48d4262156849ff76a71108565d3b362f (diff) | |
download | tdesvn-8375cc85e06cbe8ebab2911352bd36c76dbb16ef.tar.gz tdesvn-8375cc85e06cbe8ebab2911352bd36c76dbb16ef.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/svnfrontend/loaddmpdlg.ui')
-rw-r--r-- | src/svnfrontend/loaddmpdlg.ui | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/svnfrontend/loaddmpdlg.ui b/src/svnfrontend/loaddmpdlg.ui index 70a947b..2f140b5 100644 --- a/src/svnfrontend/loaddmpdlg.ui +++ b/src/svnfrontend/loaddmpdlg.ui @@ -113,9 +113,6 @@ <property name="text"> <string>Default</string> </property> - <property name="accel"> - <string></string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -127,9 +124,6 @@ <property name="text"> <string>Ignore</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQRadioButton"> <property name="name"> @@ -138,9 +132,6 @@ <property name="text"> <string>Force</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </vbox> </widget> @@ -151,9 +142,6 @@ <property name="text"> <string>Use pre-commit hook</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -162,9 +150,6 @@ <property name="text"> <string>Use post-commit hook</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </vbox> </widget> |