IDE: rename a generic resource string "Apply".

git-svn-id: trunk@42235 -
This commit is contained in:
juha 2013-07-30 09:25:02 +00:00
parent 057762a149
commit 5ac913850e
3 changed files with 3 additions and 3 deletions

View File

@ -244,7 +244,7 @@ begin
RemoveBtn.LoadGlyphFromLazarusResource('laz_delete'); RemoveBtn.LoadGlyphFromLazarusResource('laz_delete');
btnSave.Caption := lisSave; btnSave.Caption := lisSave;
btnSave.LoadGlyphFromStock(idButtonSave); btnSave.LoadGlyphFromStock(idButtonSave);
btnOk.Caption := dlgButApply; btnOk.Caption := lisApply;
//if btnSave.Glyph.Empty then //if btnSave.Glyph.Empty then
// btnSave.LoadGlyphFromLazarusResource('laz_save'); // btnSave.LoadGlyphFromLazarusResource('laz_save');
try try

View File

@ -167,7 +167,7 @@ begin
TopLabel.Caption := dlgTopPos; TopLabel.Caption := dlgTopPos;
WidthLabel.Caption := dlgWidthPos; WidthLabel.Caption := dlgWidthPos;
HeightLabel.Caption := DlgHeightPos; HeightLabel.Caption := DlgHeightPos;
ApplyButton.Caption := dlgButApply; ApplyButton.Caption := lisApply;
GetWindowPositionButton.Caption := dlgGetPosition; GetWindowPositionButton.Caption := dlgGetPosition;
SplitLabel.Caption := dlgWidthPos; SplitLabel.Caption := dlgWidthPos;

View File

@ -44,6 +44,7 @@ resourcestring
lisLazarus = 'Lazarus'; lisLazarus = 'Lazarus';
lisAdd = 'Add'; lisAdd = 'Add';
lisBtnAdd = '&Add'; lisBtnAdd = '&Add';
lisApply = 'Apply';
lisInsert = 'Insert'; lisInsert = 'Insert';
lisChange = 'Change'; lisChange = 'Change';
lisDelete = 'Delete'; lisDelete = 'Delete';
@ -2131,7 +2132,6 @@ resourcestring
lisCOShowAllMessages = 'Show all messages'; lisCOShowAllMessages = 'Show all messages';
dlgUnitOutp = 'Unit output directory (-FU):'; dlgUnitOutp = 'Unit output directory (-FU):';
lisCOdefault = 'default (%s)'; lisCOdefault = 'default (%s)';
dlgButApply = 'Apply';
dlgCOShowOptions = '&Show Options'; dlgCOShowOptions = '&Show Options';
dlgCOLoadSave = 'Load/Save'; dlgCOLoadSave = 'Load/Save';
dlgMainViewForms = 'View Project Forms'; dlgMainViewForms = 'View Project Forms';