mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-12 12:20:46 +01:00
IDE: rename a generic resource string "Apply".
git-svn-id: trunk@42235 -
This commit is contained in:
parent
057762a149
commit
5ac913850e
@ -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
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user