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 except
end; end;
// translation didn't work // translation didn't work
// there is no official way to get the default English value // => get the default value (English)
//-> reset all resourcestrings // there is no official way to get the default value of a resourcestring
// => reset all resourcestrings
ResetResourceTables; ResetResourceTables;
Result:=Format(Fmt,Args); Result:=Format(Fmt,Args);
end; end;