[Scummvm-cvs-logs] scummvm master -> 0c7bde123b93f30939b3560e3117e1b13d27502e

Strangerke Strangerke at scummvm.org
Sun Nov 22 20:08:30 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0c7bde123b CREDITS: On demand of dreammaster, add m_kiewitz to Sherlock's credits


Commit: 0c7bde123b93f30939b3560e3117e1b13d27502e
    https://github.com/scummvm/scummvm/commit/0c7bde123b93f30939b3560e3117e1b13d27502e
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-11-22T20:03:06+01:00

Commit Message:
CREDITS: On demand of dreammaster, add m_kiewitz to Sherlock's credits

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h



diff --git a/AUTHORS b/AUTHORS
index d5fe940..8f814fd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -203,6 +203,7 @@ ScummVM Team
 
     Sherlock:
        Paul Gilbert
+       Martin Kiewitz
 
     Sky:
        Robert Goeffringmann         - (retired)
diff --git a/devtools/credits.pl b/devtools/credits.pl
index d4bc3c0..f5d8542 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -721,6 +721,7 @@ begin_credits("Credits");
 
 			begin_section("Sherlock");
 				add_person("Paul Gilbert", "dreammaster", "");
+				add_person("Martin Kiewitz", "m_kiewitz", "");
 			end_section();
 
 			begin_section("Sky");
diff --git a/gui/credits.h b/gui/credits.h
index d20bf01..2e66a70 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -243,6 +243,7 @@ static const char *credits[] = {
 "",
 "C1""Sherlock",
 "C0""Paul Gilbert",
+"C0""Martin Kiewitz",
 "",
 "C1""Sky",
 "A0""Robert Goeffringmann",






More information about the Scummvm-git-logs mailing list