improved icons, started codeexplorer

git-svn-id: trunk@3649 -
This commit is contained in:
mattias 2002-11-18 11:01:58 +00:00
parent f72b777014
commit 784d1092a2
2 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,7 @@ const
DefaultSourceNoteBookName = 'SourceNotebook';
DefaultMessagesViewName = 'MessagesView';
DefaultUnitDependenciesName = 'UnitDependencies';
DefaultCodeExplorerName = 'CodeExplorer';
type
{ TIDEWindowLayout stores information about the position, min/maximized state

View File

@ -636,6 +636,10 @@ resourcestring
dlgUpWord = 'Up';
dlgDownWord = 'Down';
dlgReplaceAll = 'Replace All';
// Code Explorer
lisCodeExplorer = 'Code Explorer';
implementation
end.