diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-07 22:48:25 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-07 22:48:25 +0900 |
| commit | 7a2982368978ad7d2c5eda8616cd795c1ae09cd3 (patch) | |
| tree | e931fec48ec72cfa427735ac753148be8fc625a5 /src/makelayout.ui | |
| parent | da4cee7bf4f4da21a4a77ea25647929dbee19e19 (diff) | |
| download | kscope-7a2982368978ad7d2c5eda8616cd795c1ae09cd3.tar.gz kscope-7a2982368978ad7d2c5eda8616cd795c1ae09cd3.zip | |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/makelayout.ui')
| -rw-r--r-- | src/makelayout.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/makelayout.ui b/src/makelayout.ui index eb3dcfd..b5d39ff 100644 --- a/src/makelayout.ui +++ b/src/makelayout.ui @@ -136,9 +136,6 @@ <property name="text"> <string>&Make</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> <property name="default"> <bool>true</bool> </property> @@ -153,9 +150,6 @@ <property name="text"> <string>&Stop</string> </property> - <property name="accel"> - <string>Alt+S</string> - </property> </widget> <widget class="TQPushButton"> <property name="name"> @@ -164,9 +158,6 @@ <property name="text"> <string>&Close</string> </property> - <property name="accel"> - <string>Alt+C</string> - </property> </widget> </hbox> </widget> |
