Skip to content

Commit 5b2c0bf

Browse files
committed
Setting default for ColourID
1 parent 5a42548 commit 5b2c0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/DasherCore/Parameters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)