mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:19:29 +02:00
IDE: comments
git-svn-id: trunk@47016 -
This commit is contained in:
parent
f004b7cddf
commit
b20ca2c1af
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user