mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 17:18:19 +02:00
IDE: resourcestrings for diff dlg
git-svn-id: trunk@20751 -
This commit is contained in:
parent
e15c1378d6
commit
d4b26971bc
@ -100,7 +100,6 @@ type
|
|||||||
Text2Combobox: TComboBox;
|
Text2Combobox: TComboBox;
|
||||||
Text2OnlySelectionCheckBox: TCheckBox;
|
Text2OnlySelectionCheckBox: TCheckBox;
|
||||||
|
|
||||||
|
|
||||||
// options
|
// options
|
||||||
OptionsGroupBox: TCheckGroup;
|
OptionsGroupBox: TCheckGroup;
|
||||||
|
|
||||||
@ -262,6 +261,7 @@ begin
|
|||||||
CloseButton.Caption:=lisMenuClose;
|
CloseButton.Caption:=lisMenuClose;
|
||||||
OpenInEditorButton.Caption:=lisDiffDlgOpenDiffInEditor;
|
OpenInEditorButton.Caption:=lisDiffDlgOpenDiffInEditor;
|
||||||
SaveDiffButton.Caption:=lisSave;
|
SaveDiffButton.Caption:=lisSave;
|
||||||
|
HelpButton.Caption:=lisMenuHelp;
|
||||||
|
|
||||||
OpenInEditorButton.LoadGlyphFromStock(idButtonOpen);
|
OpenInEditorButton.LoadGlyphFromStock(idButtonOpen);
|
||||||
if OpenInEditorButton.Glyph.Empty then
|
if OpenInEditorButton.Glyph.Empty then
|
||||||
|
Loading…
Reference in New Issue
Block a user