diff options
Diffstat (limited to 'engines/draci/detection.cpp')
-rw-r--r-- | engines/draci/detection.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp index 78c5c71605..d3483eb5a4 100644 --- a/engines/draci/detection.cpp +++ b/engines/draci/detection.cpp @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #include "draci/draci.h" @@ -116,7 +113,7 @@ public: DraciMetaEngine() : AdvancedMetaEngine(detectionParams) {} virtual const char *getName() const { - return "Draci Historie Engine"; + return "Draci"; } virtual const char *getOriginalCopyright() const { |