Skip to content

Commit

Permalink
Fixing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guevara-chan authored Nov 13, 2017
1 parent 7bf8f05 commit 3b0bc64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Shootdøwn.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Shootdøwn.boo
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class Shooter(Δ):
# Alternative targeting and history.
if len= grep_targets()): items.Add("Targets").MenuItems.AddRange(Ω)
else: items.Add("No targets").Enabled = false
sub = items.Add("Auxilary").MenuItems
sub = items.Add("Auxiliary").MenuItems
sub.Add("Target by win id...", {activate("Input window ID to destroy:".request(0))})
sub.Add("Target by proc id...", {slay("Input process ID to destroy:".request(0))})
if necrologue.Count: items.Add("Tombstones").MenuItems.AddRange(grep_necro())
Expand Down

0 comments on commit 3b0bc64

Please sign in to comment.