diff options
Diffstat (limited to 'engines/groovie/detection.cpp')
| -rw-r--r-- | engines/groovie/detection.cpp | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index cf3a035354..78ecac8dbb 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/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 "groovie/groovie.h" @@ -222,7 +219,7 @@ public:  	GroovieMetaEngine() : AdvancedMetaEngine(detectionParams) {}  	const char *getName() const { -		return "Groovie Engine"; +		return "Groovie";  	}  	const char *getOriginalCopyright() const {  | 
