diff options
author | athrxx | 2011-05-16 18:05:00 +0200 |
---|---|---|
committer | athrxx | 2011-05-16 18:05:00 +0200 |
commit | 01c527749295c838b2079f9c95fbab7fb18edc56 (patch) | |
tree | a125bc44838f5bf83f309dfd9abe69a91cb1112a /engines/gob | |
parent | 5fd257d3cccdb2800493237665eb1106f44fabab (diff) | |
parent | 88319a727a5adc4888ec17e5ee091e14ce176afd (diff) | |
download | scummvm-rg350-01c527749295c838b2079f9c95fbab7fb18edc56.tar.gz scummvm-rg350-01c527749295c838b2079f9c95fbab7fb18edc56.tar.bz2 scummvm-rg350-01c527749295c838b2079f9c95fbab7fb18edc56.zip |
Merge branch 'master' of https://github.com/scummvm/scummvm
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index c165090c4c..be44c05bfb 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -116,7 +116,7 @@ public: GobMetaEngine() : AdvancedMetaEngine(detectionParams) {} virtual const char *getName() const { - return "Gob Engine"; + return "Gob"; } virtual const char *getOriginalCopyright() const { |