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:42:05 +0900 |
| commit | 4d041456904c9bd4ed47a28109960ffc266d8642 (patch) | |
| tree | 46600b5df628bd99db9db3f895bd730352ee4731 /src/profilegeneraloptionsbase.ui | |
| parent | a0ff810ae65bb017d96bb42044b7bc2b77e5ec00 (diff) | |
| download | kvpnc-4d041456.tar.gz kvpnc-4d041456.zip | |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 324cedb508defc73acbf54296a5dbcc12fdc365e)
Diffstat (limited to 'src/profilegeneraloptionsbase.ui')
| -rw-r--r-- | src/profilegeneraloptionsbase.ui | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/profilegeneraloptionsbase.ui b/src/profilegeneraloptionsbase.ui index 4a08ece..1d0ddd7 100644 --- a/src/profilegeneraloptionsbase.ui +++ b/src/profilegeneraloptionsbase.ui @@ -137,9 +137,6 @@ <property name="text"> <string>Rena&me</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> <property name="toolTip" stdset="0"> <string>Rename the current profile</string> </property> @@ -151,9 +148,6 @@ <property name="text"> <string>Sa&ve</string> </property> - <property name="accel"> - <string>Alt+V</string> - </property> <property name="toolTip" stdset="0"> <string>Save the current profile</string> </property> @@ -165,9 +159,6 @@ <property name="text"> <string>Dele&te</string> </property> - <property name="accel"> - <string>Alt+T</string> - </property> <property name="toolTip" stdset="0"> <string>Delete the current profile</string> </property> @@ -179,9 +170,6 @@ <property name="text"> <string>Ne&w</string> </property> - <property name="accel"> - <string>Alt+W</string> - </property> <property name="toolTip" stdset="0"> <string>Create a new profile</string> </property> |
