mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
improved icons, started codeexplorer
git-svn-id: trunk@3649 -
This commit is contained in:
parent
f72b777014
commit
784d1092a2
@ -41,6 +41,7 @@ const
|
||||
DefaultSourceNoteBookName = 'SourceNotebook';
|
||||
DefaultMessagesViewName = 'MessagesView';
|
||||
DefaultUnitDependenciesName = 'UnitDependencies';
|
||||
DefaultCodeExplorerName = 'CodeExplorer';
|
||||
|
||||
type
|
||||
{ TIDEWindowLayout stores information about the position, min/maximized state
|
||||
|
@ -636,6 +636,10 @@ resourcestring
|
||||
dlgUpWord = 'Up';
|
||||
dlgDownWord = 'Down';
|
||||
dlgReplaceAll = 'Replace All';
|
||||
|
||||
// Code Explorer
|
||||
lisCodeExplorer = 'Code Explorer';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user