Skip to content

Commit

Permalink
Actually copy the default template name
Browse files Browse the repository at this point in the history
  • Loading branch information
buginator committed Nov 6, 2010
1 parent f573c11 commit 5132e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design.c
Expand Up @@ -1424,7 +1424,7 @@ static void intSetEditBoxTextFromTemplate( DROID_TEMPLATE *psTemplate )
}
else
{
GetDefaultTemplateName(psTemplate);
sstrcpy(aCurrName, GetDefaultTemplateName(psTemplate));
}

widgSetString(psWScreen, IDDES_NAMEBOX, aCurrName);
Expand Down

0 comments on commit 5132e5c

Please sign in to comment.