diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 13:47:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 13:48:00 +0900 |
commit | cd0650d351efc8ecadf6de99572f14aa445adc03 (patch) | |
tree | 832c51ea020b636ec210589ebd021eb97300b7d7 /tdeioslave/svn | |
parent | edc3557f315502a2e39360cebbc52ffb90d2759a (diff) | |
download | tdesdk-cd0650d351efc8ecadf6de99572f14aa445adc03.tar.gz tdesdk-cd0650d351efc8ecadf6de99572f14aa445adc03.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit af35bb1c9d372fddbdbfeffc6595d274999b7789)
Diffstat (limited to 'tdeioslave/svn')
-rw-r--r-- | tdeioslave/svn/svnhelper/subversioncheckout.ui | 6 | ||||
-rw-r--r-- | tdeioslave/svn/svnhelper/subversiondiff.ui | 3 | ||||
-rw-r--r-- | tdeioslave/svn/svnhelper/subversionlog.ui | 3 | ||||
-rw-r--r-- | tdeioslave/svn/svnhelper/subversionswitch.ui | 6 |
4 files changed, 0 insertions, 18 deletions
diff --git a/tdeioslave/svn/svnhelper/subversioncheckout.ui b/tdeioslave/svn/svnhelper/subversioncheckout.ui index 887e1674..54fb4b86 100644 --- a/tdeioslave/svn/svnhelper/subversioncheckout.ui +++ b/tdeioslave/svn/svnhelper/subversioncheckout.ui @@ -90,9 +90,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -107,9 +104,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/tdeioslave/svn/svnhelper/subversiondiff.ui b/tdeioslave/svn/svnhelper/subversiondiff.ui index a624e6bb..5d92a4bb 100644 --- a/tdeioslave/svn/svnhelper/subversiondiff.ui +++ b/tdeioslave/svn/svnhelper/subversiondiff.ui @@ -74,9 +74,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/tdeioslave/svn/svnhelper/subversionlog.ui b/tdeioslave/svn/svnhelper/subversionlog.ui index e6135a8e..dfd831ac 100644 --- a/tdeioslave/svn/svnhelper/subversionlog.ui +++ b/tdeioslave/svn/svnhelper/subversionlog.ui @@ -74,9 +74,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/tdeioslave/svn/svnhelper/subversionswitch.ui b/tdeioslave/svn/svnhelper/subversionswitch.ui index 6b5f5ccf..ff347a80 100644 --- a/tdeioslave/svn/svnhelper/subversionswitch.ui +++ b/tdeioslave/svn/svnhelper/subversionswitch.ui @@ -90,9 +90,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -107,9 +104,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |