IDE: comments

git-svn-id: trunk@47016 -
This commit is contained in:
mattias 2014-11-28 12:35:25 +00:00
parent f004b7cddf
commit b20ca2c1af

View File

@ -330,8 +330,9 @@ begin
except
end;
// translation didn't work
// there is no official way to get the default English value
//-> reset all resourcestrings
// => get the default value (English)
// there is no official way to get the default value of a resourcestring
// => reset all resourcestrings
ResetResourceTables;
Result:=Format(Fmt,Args);
end;