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'; DefaultSourceNoteBookName = 'SourceNotebook';
DefaultMessagesViewName = 'MessagesView'; DefaultMessagesViewName = 'MessagesView';
DefaultUnitDependenciesName = 'UnitDependencies'; DefaultUnitDependenciesName = 'UnitDependencies';
DefaultCodeExplorerName = 'CodeExplorer';
type type
{ TIDEWindowLayout stores information about the position, min/maximized state { TIDEWindowLayout stores information about the position, min/maximized state

View File

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