Skip to content

Commit

Permalink
Restore patch program alt shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
harelon authored and gaasedelen committed Aug 17, 2024
1 parent 1d407f3 commit 5abbec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/patching/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def update(self, ctx):
class AssembleAction(ida_kernwin.action_handler_t):
NAME = 'patching:assemble'
ICON = 'assemble.png'
TEXT = "Assemble..."
TEXT = "~A~ssemble..."
TOOLTIP = "Assemble new instructions at the selected address"
HOTKEY = None

Expand All @@ -135,7 +135,7 @@ def update(self, ctx):
class ApplyAction(ida_kernwin.action_handler_t):
NAME = 'patching:apply'
ICON = 'save.png'
TEXT = "Apply patches to..."
TEXT = "A~p~ply patches to..."
TOOLTIP = "Select where to save the patched binary"
HOTKEY = None

Expand Down

0 comments on commit 5abbec6

Please sign in to comment.