Skip to content

Commit

Permalink
Fix undefined function (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
haggen committed Jun 5, 2021
1 parent 0cba412 commit 97bd714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classic/Fastbind/Fastbind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function Fastbind_SetBinding(key)
end

function Fastbind_Apply()
AttemptToSaveBindings(2)
SaveBindings(2)
Fastbind_Deactivate()
end

Expand Down Expand Up @@ -334,7 +334,7 @@ end
--

StaticPopupDialogs.FASTBIND = {
text = "Move your mouse over any action bar slot, inventory item, spell or macro, to see the its keybinding. Press a new key or key combination to change it. Press ESC or click on Discard to undo any changes.",
text = "Move your mouse over any action bar slot, inventory item, spell or macro, to see the its keybinding. While hovering it press a new key or key combination to change it or right-click to unbind it. Press ESC or click on Discard to undo any changes.",
button1 = "Save",
button2 = "Discard",
OnAccept = function()
Expand Down

0 comments on commit 97bd714

Please sign in to comment.