mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +02:00
IDE: hide project option LFM resource type - it is not yet implemented, bug #15419
git-svn-id: trunk@23280 -
This commit is contained in:
parent
d9ccbc9852
commit
01582390ff
@ -371,6 +371,10 @@ begin
|
||||
RunnableCheckBox.Caption := lisProjectIsRunnable;
|
||||
AlwaysBuildCheckBox.Caption := lisProjOptsAlwaysBuildEvenIfNothingChanged;
|
||||
LRSInOutputDirCheckBox.Caption := lisPutLrsFilesInOutputDirectory;
|
||||
|
||||
// it is not yet implemented:
|
||||
LFMResourceGroupBox.Visible:=false;
|
||||
|
||||
LFMResourceGroupBox.Caption:=lisLFMResourceType;
|
||||
UseLRSFilesRadioButton.Caption:=lisLrsIncludeFiles;
|
||||
UseLRSFilesRadioButton.Hint:=lisAutomaticallyConvertLfmFilesToLrsIncludeFiles;
|
||||
|
Loading…
Reference in New Issue
Block a user