diff options
author | Max Horn | 2006-07-31 13:41:21 +0000 |
---|---|---|
committer | Max Horn | 2006-07-31 13:41:21 +0000 |
commit | 4a80db4c7b75ca58b7a2c02a740e0ed7e19c52f4 (patch) | |
tree | 25b4b111b4a9bbc712a5f53335b0e9ce5b5c9abd /engines/sword2 | |
parent | a1bb64e24b3fdcd8983a479fe9b6c0d88f650e30 (diff) | |
download | scummvm-rg350-4a80db4c7b75ca58b7a2c02a740e0ed7e19c52f4.tar.gz scummvm-rg350-4a80db4c7b75ca58b7a2c02a740e0ed7e19c52f4.tar.bz2 scummvm-rg350-4a80db4c7b75ca58b7a2c02a740e0ed7e19c52f4.zip |
* Added copyright string to all engine plugins
* Modified about dialog to list all available plugins with their resp. copyright
* Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too)
svn-id: r23645
Diffstat (limited to 'engines/sword2')
-rw-r--r-- | engines/sword2/sword2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 9454b69644..be0f02a407 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -116,7 +116,7 @@ PluginError Engine_SWORD2_create(OSystem *syst, Engine **engine) { return kNoError; } -REGISTER_PLUGIN(SWORD2, "Broken Sword 2"); +REGISTER_PLUGIN(SWORD2, "Broken Sword 2", "Broken Sword Games (C) Revolution"); namespace Sword2 { |