diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-07 22:55:40 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-07 22:56:01 +0900 |
| commit | 854618c35af97fb5492b582efb51fe5b21100fd4 (patch) | |
| tree | 9fae1d32fb5db51f992c131869cd35e58243d98e /src/gui/gpasmsettingswidget.ui | |
| parent | 2d0c08436c9cbda18493bb4fa6f484a403e2d553 (diff) | |
| download | ktechlab-854618c3.tar.gz ktechlab-854618c3.zip | |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1901818034b9c81f193dc28b396d9b68858d5c96)
Diffstat (limited to 'src/gui/gpasmsettingswidget.ui')
| -rw-r--r-- | src/gui/gpasmsettingswidget.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/gpasmsettingswidget.ui b/src/gui/gpasmsettingswidget.ui index 4beab8c..12722bc 100644 --- a/src/gui/gpasmsettingswidget.ui +++ b/src/gui/gpasmsettingswidget.ui @@ -56,9 +56,6 @@ <property name="text"> <string>Ign&ore case (-i)</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> <property name="toolTip" stdset="0"> <string>All user defined symbols and macros are case sensitive. This option makes them case insensitive.</string> </property> @@ -70,9 +67,6 @@ <property name="text"> <string>Generate DOS-formated hex file (-&n)</string> </property> - <property name="accel"> - <string>Alt+N</string> - </property> <property name="toolTip" stdset="0"> <string>By default, gpasm generates hex files using ISO format. However, some device programmers required a DOS formatted file. This option will cause gpasm to generate a DOS formatted hex file. </string> </property> |
