Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #252 from shuffle2/master
Assign "user_defined" value properly for downloaded Gecko codes.
  • Loading branch information
delroth committed Apr 10, 2014
2 parents cdf6172 + 0c145dd commit 36a693e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/GeckoCodeDiag.cpp
Expand Up @@ -229,6 +229,7 @@ void CodeConfigPanel::DownloadCodes(wxCommandEvent&)
// stop at [ character (beginning of contributor name)
std::getline(ssline, gcode.name, '[');
gcode.name = StripSpaces(gcode.name);
gcode.user_defined = true;
// read the code creator name
std::getline(ssline, gcode.creator, ']');
read_state = 1;
Expand Down

0 comments on commit 36a693e

Please sign in to comment.