UPD: Editor use help-about icon

This commit is contained in:
Alexander Koblov 2017-05-21 11:47:43 +00:00
commit ab280a657f
5 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 932 B

After

Width:  |  Height:  |  Size: 932 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Before After
Before After

View file

@ -60,7 +60,7 @@ begin
ilEditorImages.Replace(10, GetThemeIcon('edit-find', ilEditorImages.Width) , nil);
ilEditorImages.Replace(11, GetThemeIcon('edit-find-replace', ilEditorImages.Width) , nil);
ilEditorImages.Replace(12, GetThemeIcon('system-log-out', ilEditorImages.Width) , nil);
ilEditorImages.Replace(13, GetThemeIcon('help-browser', ilEditorImages.Width) , nil);
ilEditorImages.Replace(13, GetThemeIcon('help-about', ilEditorImages.Width) , nil);
ilEditorImages.Replace(14, GetThemeIcon('edit-delete', ilEditorImages.Width) , nil);
ilEditorImages.Replace(15, GetThemeIcon('edit-select-all', ilEditorImages.Width) , nil);
ilEditorImages.Replace(16, GetThemeIcon('edit-goto-line', ilEditorImages.Width) , nil);