IDE: Rename page "Other" to "Custom Options" in project options dialog. Easier to find.

git-svn-id: trunk@49719 -
This commit is contained in:
juha 2015-08-27 22:06:39 +00:00
parent 647b02469b
commit 2f139b9be1
3 changed files with 20 additions and 25 deletions

View File

@ -1,30 +1,27 @@
object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
Left = 0 Left = 0
Height = 373 Height = 407
Top = 0 Top = 0
Width = 521 Width = 521
ClientHeight = 373 ClientHeight = 407
ClientWidth = 521 ClientWidth = 521
TabOrder = 0 TabOrder = 0
DesignLeft = 444 DesignLeft = 444
DesignTop = 275 DesignTop = 275
object grpConditionals: TGroupBox object grpConditionals: TGroupBox
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 166 Height = 194
Top = 0 Top = 213
Width = 521 Width = 521
Align = alClient Align = alBottom
Anchors = [akTop, akLeft, akRight]
Caption = 'grpConditionals' Caption = 'grpConditionals'
ClientHeight = 150 ClientHeight = 178
ClientWidth = 519 ClientWidth = 519
TabOrder = 0 TabOrder = 0
inline CondSynEdit: TSynEdit inline CondSynEdit: TSynEdit
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 133 Height = 161
Top = 0 Top = 0
Width = 519 Width = 519
Align = alClient Align = alClient
@ -655,7 +652,7 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
object CondStatusbar: TStatusBar object CondStatusbar: TStatusBar
Left = 0 Left = 0
Height = 17 Height = 17
Top = 133 Top = 161
Width = 519 Width = 519
Panels = < Panels = <
item item
@ -674,20 +671,19 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
Cursor = crVSplit Cursor = crVSplit
Left = 0 Left = 0
Height = 5 Height = 5
Top = 166 Top = 208
Width = 521 Width = 521
Align = alBottom Align = alBottom
ResizeAnchor = akBottom ResizeAnchor = akBottom
end end
object grpCustomOptions: TGroupBox object grpCustomOptions: TGroupBox
AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 202 Height = 208
Top = 171 Top = 0
Width = 521 Width = 521
Align = alBottom Align = alClient
Caption = 'grpCustomOptions' Caption = 'grpCustomOptions'
ClientHeight = 186 ClientHeight = 192
ClientWidth = 519 ClientWidth = 519
TabOrder = 2 TabOrder = 2
object memoCustomOptions: TMemo object memoCustomOptions: TMemo
@ -695,7 +691,7 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
AnchorSideBottom.Control = grpCustomOptions AnchorSideBottom.Control = grpCustomOptions
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 0 Left = 0
Height = 182 Height = 188
Top = 4 Top = 4
Width = 363 Width = 363
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
@ -712,7 +708,7 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
AnchorSideRight.Control = btnDefines AnchorSideRight.Control = btnDefines
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 369 Left = 369
Height = 27 Height = 23
Top = 4 Top = 4
Width = 150 Width = 150
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -727,8 +723,8 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 369 Left = 369
Height = 27 Height = 23
Top = 37 Top = 33
Width = 150 Width = 150
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = True AutoSize = True

View File

@ -712,7 +712,7 @@ end;
function TCompilerOtherOptionsFrame.GetTitle: string; function TCompilerOtherOptionsFrame.GetTitle: string;
begin begin
Result := dlgCOOther; Result := lisCustomOptions3;
end; end;
procedure TCompilerOtherOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog); procedure TCompilerOtherOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);

View File

@ -2136,7 +2136,6 @@ resourcestring
dlgCOCfgCmpMessages = 'Messages'; dlgCOCfgCmpMessages = 'Messages';
lisChooseAnFPCMessageFile = 'Choose an FPC message file'; lisChooseAnFPCMessageFile = 'Choose an FPC message file';
lisChooseAFileWithCodeToolsTemplates = 'Choose a file with CodeTools templates'; lisChooseAFileWithCodeToolsTemplates = 'Choose a file with CodeTools templates';
dlgCOOther = 'Other';
dlgCOCompilerCommands = 'Compiler Commands'; dlgCOCompilerCommands = 'Compiler Commands';
lisUnitOutputDirectory = 'Unit Output directory'; lisUnitOutputDirectory = 'Unit Output directory';
lisSelectANode = 'Select a node'; lisSelectANode = 'Select a node';
@ -2227,6 +2226,7 @@ resourcestring
lisShowOnlyModified = 'Show only modified'; lisShowOnlyModified = 'Show only modified';
lisUseCommentsInCustomOptions = 'Use comments in custom options'; lisUseCommentsInCustomOptions = 'Use comments in custom options';
lisCustomOptions2 = 'Custom options'; lisCustomOptions2 = 'Custom options';
lisCustomOptions3 = 'Custom Options';
lisCustomOptHint = 'These options are passed to the compiler after macros are replaced.'; lisCustomOptHint = 'These options are passed to the compiler after macros are replaced.';
dlgStopAfterNrErr = 'Stop after number of errors:'; dlgStopAfterNrErr = 'Stop after number of errors:';
@ -2367,8 +2367,7 @@ resourcestring
+'does not look correct:%s%s'; +'does not look correct:%s%s';
lisTheLazarusDirectoryDoesNotLookCorrect = 'The Lazarus directory "%s" does ' lisTheLazarusDirectoryDoesNotLookCorrect = 'The Lazarus directory "%s" does '
+'not look correct:%s%s'; +'not look correct:%s%s';
lisTheContainsANotExistingDirectory = 'The %s contains a nonexistent ' lisTheContainsANotExistingDirectory = 'The %s contains a nonexistent directory:%s%s';
+'directory:%s%s';
lisTheProjectDoesNotUseTheLCLUnitInterfacesButItSeems = 'The project does ' lisTheProjectDoesNotUseTheLCLUnitInterfacesButItSeems = 'The project does '
+'not use the LCL unit interfaces, which is required by LCLBase.%sYou will ' +'not use the LCL unit interfaces, which is required by LCLBase.%sYou will '
+'get strange linker errors if you use the LCL without interfaces.'; +'get strange linker errors if you use the LCL without interfaces.';