Jump to content
Sign in to follow this  
Cre

Misspelled

Recommended Posts

Evening everyone,

I've made a tiny change to the Misspelled addon (Credit of course goes to the author Nipieper). When changing between the available dictionaries in the Interface > Addons a LUA error displays and does not allow you to complete the change between the dictionaries. This is due to a change with API PlaySound. I have updated all instances of PlaySound for 7.3.5 and the dictionaries can now be changed between freely.

Changes:

  • Changed every instance of: PlaySound("igMainMenuOptionCheckBoxOn")
                                       to: PlaySound(856, "Master")
  • Changed every instance of: PlaySound("igMainMenuOptionCheckBoxOff");
                                       to: PlaySound(857, "Master");

Download is available here


 

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×