mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 12:19:13 +02:00
CodeTools Defines Editor: set pageindex in component setup from Darius
git-svn-id: trunk@9558 -
This commit is contained in:
parent
194e54100f
commit
860be4dfb1
6
.gitignore
vendored
6
.gitignore
vendored
@ -5,6 +5,12 @@ designer/jitform/units
|
||||
designer/units
|
||||
examples/units
|
||||
ide/*.bak
|
||||
ide/include/darwin/*.bak
|
||||
ide/include/freebsd/*.bak
|
||||
ide/include/linux/*.bak
|
||||
ide/include/netbsd/*.bak
|
||||
ide/include/unix/*.bak
|
||||
ide/include/win32/*.bak
|
||||
ide/revision.inc
|
||||
ide/units
|
||||
ideintf/units
|
||||
|
@ -1104,6 +1104,7 @@ begin
|
||||
|
||||
ValueNotebook.Page[0].Caption := lisCodeToolsDefsValueAsText;
|
||||
ValueNotebook.Page[1].Caption := lisCodeToolsDefsValueAsFilePaths;
|
||||
ValueNotebook.PageIndex := 0;
|
||||
|
||||
MoveFilePathUpBitBtn.Caption:=dlgUpWord;
|
||||
MoveFilePathDownBitBtn.Caption:=dlgDownWord;
|
||||
|
Loading…
Reference in New Issue
Block a user