diff --git a/src/housestyle.cpp b/src/housestyle.cpp index 4c6370d..4fff899 100755 --- a/src/housestyle.cpp +++ b/src/housestyle.cpp @@ -209,9 +209,9 @@ bool HouseStyle::createReport() try { if (type == HS_TYPE_SPELL) spellcheck = new WrapAspell( - ruleFile, // carries lang information + ruleFile // carries lang information #ifdef __WXMSW__ - aspellDataPath, + , aspellDataPath, aspellDictPath #endif ); diff --git a/src/wrapaspell.h b/src/wrapaspell.h index d038825..05f134d 100755 --- a/src/wrapaspell.h +++ b/src/wrapaspell.h @@ -29,9 +29,9 @@ class WrapAspell { public: WrapAspell ( - std::string lang,// = "en_US", + std::string lang// = "en_US", #ifdef __WXMSW__ - const std::string& aspellDataPathParameter, + , const std::string& aspellDataPathParameter, const std::string& aspellDictPath #endif ); diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index b4b808e..ca873cf 100755 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -1207,6 +1207,7 @@ void MyFrame::OnAbout ( wxCommandEvent& WXUNUSED ( event ) ) info.AddDeveloper ( _ ( "Gerald Schmidt (development) " ) ); info.AddDeveloper ( _ ( "Matt Smigielski (testing) " ) ); info.AddDeveloper ( _ ( "Justin Dearing (development) " ) ); + info.AddDeveloper ( _ ( "Kev James (development) " ) ); info.AddTranslator ( _ ( "Viliam Búr (Slovak) " ) ); info.AddTranslator ( _ ( "David Håsäther (Swedish) " ) ); info.AddTranslator ( _ ( "François Badier (French) " ) ); diff --git a/src/xmlcopyeditorcopy.h b/src/xmlcopyeditorcopy.h index abcfb68..467313c 100755 --- a/src/xmlcopyeditorcopy.h +++ b/src/xmlcopyeditorcopy.h @@ -25,7 +25,7 @@ #endif #define ABOUT_COPYRIGHT _("Copyright © 2005-2008 Gerald Schmidt ") -#define ABOUT_DESCRIPTION _("\nXML Copy Editor is free software released under the GNU\nGeneral Public License.\n\nMany thanks are due to Tim van Niekerk, Matt Smigielski,\nDavid Scholl, Jan Merka, Marcus Bingenheimer, Roberto\nRosselli Del Turco, Ken Zalewski, C.J. Meidlinger,\nThomas Zajic, Viliam Búr, David Håsäther, François\nBadier, Thomas Wenzel, Roger Sperberg, SHiNE CsyFeK,\nHSU PICHAN, YANG SHUFUN, CHENG PAULIAN,\nCHUANG KUO-PING, Justin Dearing, Serhij Dubyk,\nAntonio Angelo, Jose Luis Rivero, Siarhei Kuchuk\nand Ian Abbott.") +#define ABOUT_DESCRIPTION _("\nXML Copy Editor is free software released under the GNU\nGeneral Public License.\n\nMany thanks are due to Tim van Niekerk, Matt Smigielski,\nDavid Scholl, Jan Merka, Marcus Bingenheimer, Roberto\nRosselli Del Turco, Ken Zalewski, C.J. Meidlinger,\nThomas Zajic, Viliam Búr, David Håsäther, François\nBadier, Thomas Wenzel, Roger Sperberg, SHiNE CsyFeK,\nHSU PICHAN, YANG SHUFUN, CHENG PAULIAN,\nCHUANG KUO-PING, Justin Dearing, Serhij Dubyk,\nAntonio Angelo, Jose Luis Rivero, Siarhei Kuchuk,\nIan Abbott and Kev James.") #define ABOUT_LICENSE _T(\ "This program is free software; you can redistribute it\n"\ "and/or modify it under the terms of the GNU General Public\n"\