mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 06:43:44 +02:00
IDE: Fixed project inspector localization
git-svn-id: trunk@26178 -
This commit is contained in:
parent
ad531dd806
commit
cf06592e86
@ -318,7 +318,7 @@ begin
|
||||
AddPopupMenuItem(lisPckEditRemoveFile, @RemoveBitBtnClick,
|
||||
RemoveBitBtn.Enabled);
|
||||
if FilenameIsPascalSource(CurFile.Filename) then begin
|
||||
Item:=AddPopupMenuItem('Disable I18N for lfm',
|
||||
Item:=AddPopupMenuItem(lisDisableI18NForLFM,
|
||||
@ToggleI18NForLFMMenuItemClick,true);
|
||||
Item.Checked:=CurFile.DisableI18NForLFM;
|
||||
Item.ShowAlwaysCheckable:=true;
|
||||
|
Loading…
Reference in New Issue
Block a user