Some minor credits typo fixes
authorWuzzy <Wuzzy2@mail.ru>
Thu, 13 Dec 2018 21:34:04 +0100
changeset 14431 6f6d9fe79830
parent 14430 5b5aff91cebb
child 14432 05ca0057d71f
Some minor credits typo fixes
QTfrontend/res/credits.csv
QTfrontend/ui/widget/about.cpp
--- a/QTfrontend/res/credits.csv	Thu Dec 13 21:25:36 2018 +0100
+++ b/QTfrontend/res/credits.csv	Thu Dec 13 21:34:04 2018 +0100
@@ -11,9 +11,9 @@
 E,"Gamepad and Lua integration","Mario Liebisch","mario.liebisch@gmail.com"
 E,"Campaign support","Szabolcs Orbàn","szabibibi@gmail.com"
 E,"Theme customization improvements","KoBeWi",
-E,"Other improvements","Valentin Kraevskiy",
 E,"Some Pas2C and GLES2 work","Meng Xiangyun","xymengxy@gmail.com"
 E,"Video recording","Stepan Podoskin","stepik-777@mail.ru"
+E,"Other improvements","Valentin Kraevskiy",
 U,"Map generation",,
 E,"Core map generators","Andrey Korotaev","unC0Rr@gmail.com"
 E,"Perlin maps and other improvements","Derek Pomery","nemo@m8y.org"
@@ -52,7 +52,7 @@
 E,"Creator","Andrey Korotaev","unC0Rr@gmail.com"
 M,,,
 U,"Ports",,
-E,"Mac OS X/iPhone port, OpenGL-ES conversion","Vittorio Giovara","vittorio.giovara@gmail.com"
+E,"macOS/iPhone port, OpenGL-ES conversion","Vittorio Giovara","vittorio.giovara@gmail.com"
 E,"Android port","Richard Deurwaarder","xeli@xelification.com"
 E,"Android netplay, portability abstraction","Simeon Maxein","smaxein@googlemail.com"
 E,"WebGL port","Meng Xiangyun","xymengxy@gmail.com"
--- a/QTfrontend/ui/widget/about.cpp	Thu Dec 13 21:25:36 2018 +0100
+++ b/QTfrontend/ui/widget/about.cpp	Thu Dec 13 21:34:04 2018 +0100
@@ -61,8 +61,9 @@
 
     /* *** FILE FORMAT OF CREDITS FILE ***
     The credits file is an RFC-4180-compliant CSV file with 4 columns.
-    The first colum is always 1 letter long and is the row type.
+    The first column (column 1) is always 1 letter long and is the row type.
     The row type determines the meaning of the other columns.
+
     The following row types are supported:
 
     * E: Credits entry
@@ -77,6 +78,8 @@
     * U: Subsection
         * Column 2: Subsection name
         * Columns 3-4: Unused
+
+    Column 2 MUST be in US-ASCII.
     */
     QFile creditsFile(":/res/credits.csv");
     if (!creditsFile.open(QIODevice::ReadOnly))