mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
fix asm.describe typo (#1629)
This commit is contained in:
parent
552021c38d
commit
4e0d899f68
@ -22,7 +22,7 @@ AsmOptionsWidget::AsmOptionsWidget(PreferencesDialog *dialog)
|
||||
ui->syntaxComboBox->blockSignals(false);
|
||||
|
||||
checkboxes = {
|
||||
{ ui->describeCheckBox, "asm.descirbe" },
|
||||
{ ui->describeCheckBox, "asm.describe" },
|
||||
{ ui->refptrCheckBox, "asm.refptr" },
|
||||
{ ui->xrefCheckBox, "asm.xrefs" },
|
||||
{ ui->bblineCheckBox, "asm.bb.line" },
|
||||
|
Loading…
Reference in New Issue
Block a user