r18088 by craig - Update hunspell plugin copyright data

scribus-commit scribus-commit at lists.scribus.net
Sun Jan 13 19:18:24 UTC 2013


Author: craig
Date: Sun Jan 13 19:18:23 2013
New Revision: 18088

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18088
Log:
Update hunspell plugin copyright data

Modified:
    branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspellplugin.cpp

Modified: branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspellplugin.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18088&path=/branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspellplugin.cpp
==============================================================================
--- branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspellplugin.cpp (original)
+++ branches/Version14x/Scribus/scribus/plugins/tools/hunspellcheck/hunspellplugin.cpp Sun Jan 13 19:18:23 2013
@@ -58,9 +58,18 @@
 
 const ScActionPlugin::AboutData* HunspellPlugin::getAboutData() const
 {
-	AboutData* about = new AboutData;
-	Q_CHECK_PTR(about);
-	return about;
+        AboutData* about = new AboutData;
+        Q_CHECK_PTR(about);
+        about->authors = QString::fromUtf8("Craig Bradney <cbradney at scribus.info>, The Scribus Team");
+        about->shortDescription = tr("Hunspell-based spell checker");
+        about->description = tr("Spell Checker based on the Hunspell libraries");
+        // about->version
+        // about->releaseDate
+        about->copyright = "The Scribus Team";
+        about->license = "GPL";
+        return about;
+
+
 }
 
 void HunspellPlugin::deleteAboutData(const AboutData* about) const




More information about the scribus-commit mailing list