pescuma / miranda-plugins

Some Miranda IM plugins
2 stars 1 forks source link

Patch for SpellChecker #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have done a patch for Spell Checker:

* Updated some header files
* fixed a bug with translated hotkeys (fixes issue 142)
- removed PLUGININFO support, since it is obsolete

Original issue reported on code.google.com by wishmaster51 on 4 Sep 2010 at 6:42

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by pescuma on 29 Sep 2010 at 3:43

GoogleCodeExporter commented 9 years ago
Thanks for applying it, but you forgot something:

hkd.pszName = Translate("Spell Checker/Toggle");

must be 

hkd.pszName = "Spell Checker/Toggle";

Original comment by wishmaster51 on 29 Sep 2010 at 9:11