Skip to content

Commit

Permalink
* spellchecker.rb (finalize): remove an unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
htrb committed Nov 26, 2020
1 parent b281527 commit 6fa0f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addin/spellchecker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def run
def finalize
Ngraph::Dialog.new {|dialog|
dialog.title = "spell check"
str = dialog.message("Spell check completed.")
dialog.message("Spell check completed.")
}
if (@menu && @modified)
@menu.modified = true
Expand Down

0 comments on commit 6fa0f99

Please sign in to comment.