Nope, now fixed edit_test!

dev-ui
krzys-h 2013-03-29 10:51:48 +01:00
parent 7fe1655c5c
commit 8fd0f25e69
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ Event CApplication::CreateUpdateEvent()
char GetLanguageChar()
{
return "E";
return 'E';
}