QTfrontend/ui/widget/about.cpp
changeset 14431 6f6d9fe79830
parent 14430 5b5aff91cebb
child 14433 a88c61d8976a
--- 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))