IDE: Remove extra value of TextHint in IdeOptionsDialog form file. Issue #28956.

git-svn-id: trunk@50229 -
This commit is contained in:
juha 2015-11-04 21:29:29 +00:00
parent bfeff4b3d8
commit 9271bc1893
2 changed files with 0 additions and 2 deletions

View File

@ -95,7 +95,6 @@ object IDEOptionsDialog: TIDEOptionsDialog
MaxLength = 0
ParentFont = False
TabOrder = 1
TextHint = '(suodatin)'
FilteredTreeview = CategoryTree
end
object SettingsPanel: TPanel

View File

@ -157,7 +157,6 @@ begin
SettingsPanel.Constraints.MinHeight:=0;
SetBuildModeVisibility(False);
UseBuildModeCheckBox.Caption:=lisBuildModes;
FilterEdit.TextHint:=lisCEFilter;
IDEDialogLayoutList.ApplyLayout(Self, Width, Height);
Caption := dlgIDEOptions;