@@ -129,7 +129,7 @@ namespace Dasher{
129129 {SP_ALPHABET_2 , Parameter_Value{ " Alphabet2" , PARAM_STRING, Persistence::PERSISTENT, std::string (" " ) , " Alphabet History 2" }},
130130 {SP_ALPHABET_3 , Parameter_Value{ " Alphabet3" , PARAM_STRING, Persistence::PERSISTENT, std::string (" " ) , " Alphabet History 3" }},
131131 {SP_ALPHABET_4 , Parameter_Value{ " Alphabet4" , PARAM_STRING, Persistence::PERSISTENT, std::string (" " ) , " Alphabet History 4" }},
132- { SP_COLOUR_ID , Parameter_Value{ " ColourID" , PARAM_STRING, Persistence::PERSISTENT, std::string (" " ) , " ColourID" }},
132+ { SP_COLOUR_ID , Parameter_Value{ " ColourID" , PARAM_STRING, Persistence::PERSISTENT, std::string (" Default " ) , " ColourID" }},
133133 {SP_DASHER_FONT , Parameter_Value{ " DasherFont" , PARAM_STRING, Persistence::PERSISTENT, std::string (" " ) , " DasherFont" }},
134134 {SP_GAME_TEXT_FILE , Parameter_Value{ " GameTextFile" , PARAM_STRING, Persistence::PERSISTENT, std::string (" " ) , " User-specified file with strings to practice writing" }},
135135#ifdef TARGET_OS_IPHONE
0 commit comments