aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdevtools/credits.pl4
-rw-r--r--dists/scummvm.rc2
2 files changed, 3 insertions, 3 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 3cfa7b748c..25ef73c341 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -624,9 +624,9 @@ begin_credits("Credits");
add_person("Eugene Sandulenko", "sev", "");
end_section();
- begin_section("Gargoyle");
+ begin_section("ScummGlk");
add_person("Paul Gilbert", "dreammaster", "");
- add_person("Tor Andersson", "", "GLK library");
+ add_person("Tor Andersson", "", "GarGlk library");
add_person("Stefan Jokisch", "", "Frotz interpreter");
add_person("Alan Cox", "", "ScottFree interpreter");
end_section();
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index 6d7782a530..fb45f42680 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -34,7 +34,7 @@ cryo.dat FILE "dists/engine-data/cryo.dat"
#if ENABLE_DRASCULA == STATIC_PLUGIN
drascula.dat FILE "dists/engine-data/drascula.dat"
#endif
-#if ENABLE_GARGOYLE == STATIC_PLUGIN
+#if ENABLE_GLK == STATIC_PLUGIN
fonts.dat FILE "dists/engine-data/fonts.dat"
#endif
#if ENABLE_HUGO == STATIC_PLUGIN