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/svnlogdlg.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/svnlogdlg.ui')
-rw-r--r-- | src/svnfrontend/svnlogdlg.ui | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/svnfrontend/svnlogdlg.ui b/src/svnfrontend/svnlogdlg.ui index b55f2ec..676989e 100644 --- a/src/svnfrontend/svnlogdlg.ui +++ b/src/svnfrontend/svnlogdlg.ui @@ -262,9 +262,6 @@ <property name="text"> <string>Diff previous</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="KPushButton"> <property name="name"> @@ -276,9 +273,6 @@ <property name="text"> <string>Diff revisions</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Select second revision with right mouse button</string> </property> @@ -293,9 +287,6 @@ <property name="text"> <string>List entries</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="KPushButton"> <property name="name"> @@ -307,9 +298,6 @@ <property name="text"> <string>Annotate</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <spacer> <property name="name"> @@ -335,9 +323,6 @@ <property name="text"> <string>Close</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </hbox> </widget> |