IDE: compiler options: added resourcestrings

git-svn-id: trunk@20572 -
This commit is contained in:
mattias 2009-06-10 13:29:51 +00:00
parent dfd8ef509d
commit 129ed9d68b
3 changed files with 875 additions and 870 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1664,6 +1664,10 @@ begin
// Setup the Button Bar
btnShowOptions.Caption := dlgCOShowOptions;
btnCheck.Caption := lisCompTest;
btnOK.Caption := lisOk;
btnCancel.Caption := dlgCancel;
btnCheck.Caption := dlgCCOTest;
HelpButton.Caption := lisMenuHelp;
btnLoadSave.Hint := dlgCOLoadSave;
btnLoadSave.Caption := '...';
btnLoadSave.LoadGlyphFromStock(idButtonSave);