diff options
author | Michele Calgaro <[email protected]> | 2022-09-08 11:48:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-08 11:48:20 +0900 |
commit | 8375cc85e06cbe8ebab2911352bd36c76dbb16ef (patch) | |
tree | ace1a3c817da0a706488a8e6a911224e789538ce /src/svnfrontend/editpropsdlg.ui | |
parent | 55977ba48d4262156849ff76a71108565d3b362f (diff) | |
download | tdesvn-8375cc85e06cbe8ebab2911352bd36c76dbb16ef.tar.gz tdesvn-8375cc85e06cbe8ebab2911352bd36c76dbb16ef.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/svnfrontend/editpropsdlg.ui')
-rw-r--r-- | src/svnfrontend/editpropsdlg.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/svnfrontend/editpropsdlg.ui b/src/svnfrontend/editpropsdlg.ui index 5e06fd9..5b25acd 100644 --- a/src/svnfrontend/editpropsdlg.ui +++ b/src/svnfrontend/editpropsdlg.ui @@ -51,9 +51,6 @@ <property name="text"> <string>OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -68,9 +65,6 @@ <property name="text"> <string>Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -166,9 +160,6 @@ <property name="pixmap"> <pixmap>image0</pixmap> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Click for short info about pre-defined property name</string> </property> |