diff options
author | Michele Calgaro <[email protected]> | 2022-09-18 10:29:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-18 10:29:35 +0900 |
commit | 0ba031d9dfc995a1dfb3a0d770501acd2d2990cc (patch) | |
tree | 922ddf6fc1ef27bbab3ea9b3d0a35e21fb82aa5a /parts/filelist | |
parent | d3db71f97bc47789e335e32bb60f5a0823e2666c (diff) | |
download | tdevelop-0ba031d9dfc995a1dfb3a0d770501acd2d2990cc.tar.gz tdevelop-0ba031d9dfc995a1dfb3a0d770501acd2d2990cc.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'parts/filelist')
-rw-r--r-- | parts/filelist/projectviewconfigbase.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/parts/filelist/projectviewconfigbase.ui b/parts/filelist/projectviewconfigbase.ui index 7e362f85..564a92d0 100644 --- a/parts/filelist/projectviewconfigbase.ui +++ b/parts/filelist/projectviewconfigbase.ui @@ -26,9 +26,6 @@ <property name="text"> <string>Display toolbar in toolview (note: change needs a restart)</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Uncheck this if you want the toolbar together with all other toolbars. You can disable it then</string> </property> @@ -43,9 +40,6 @@ <property name="text"> <string>Only save project files in a session</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Check this if you want to ignore files that are not part of the project</string> </property> @@ -60,9 +54,6 @@ <property name="text"> <string>Close all open files before opening a session</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Check this if you want the currently open files closed before opening a session</string> </property> |