diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-09 09:40:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-09 09:40:50 +0900 |
commit | 324cedb508defc73acbf54296a5dbcc12fdc365e (patch) | |
tree | 0b75e46135749c5f755ff5c094e559ccd56e7893 /src/configdebugoptionsbase.ui | |
parent | be4246c8187d8ab5929aa948a31506aca121d246 (diff) | |
download | kvpnc-324cedb508defc73acbf54296a5dbcc12fdc365e.tar.gz kvpnc-324cedb508defc73acbf54296a5dbcc12fdc365e.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/configdebugoptionsbase.ui')
-rw-r--r-- | src/configdebugoptionsbase.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/configdebugoptionsbase.ui b/src/configdebugoptionsbase.ui index 5bde4a7..4eccf8e 100644 --- a/src/configdebugoptionsbase.ui +++ b/src/configdebugoptionsbase.ui @@ -42,9 +42,6 @@ <property name="text"> <string>S&how debug console</string> </property> - <property name="accel"> - <string>Alt+H</string> - </property> <property name="toolTip" stdset="0"> <string>Show the debug console in main window</string> </property> @@ -86,9 +83,6 @@ <property name="text"> <string>Write log &file</string> </property> - <property name="accel"> - <string>Alt+F</string> - </property> <property name="toolTip" stdset="0"> <string>Write logs to file: $HOME/.trinity/share/apps/kvpnc/kvpnc.log</string> </property> @@ -194,9 +188,6 @@ <property name="text"> <string>Keep connec&tion files</string> </property> - <property name="accel"> - <string>Alt+T</string> - </property> <property name="toolTip" stdset="0"> <string>Do not remove connection config files after use</string> </property> |