mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-29 05:23:06 +02:00
wiki: Move template icons to separate directory to protect them from option "--deletenotusedimages"
git-svn-id: trunk@49358 -
This commit is contained in:
parent
e2b4261852
commit
3d4af7e38c
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -4248,8 +4248,8 @@ components/vlc/vlcqt.inc svneol=native#text/plain
|
||||
components/wiki/README.txt svneol=native#text/plain
|
||||
components/wiki/chm/wiki.css svneol=native#text/plain
|
||||
components/wiki/html/wiki.css svneol=native#text/plain
|
||||
components/wiki/images/note.png -text
|
||||
components/wiki/images/warning.png -text
|
||||
components/wiki/images/internal/note.png -text
|
||||
components/wiki/images/internal/warning.png -text
|
||||
components/wiki/lazwiki/lazwiki.lpk svneol=native#text/plain
|
||||
components/wiki/lazwiki/lazwiki.pas svneol=native#text/plain
|
||||
components/wiki/lazwiki/wiki2chmconvert.pas svneol=native#text/plain
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@ -845,7 +845,7 @@ begin
|
||||
Node.AppendChild(childnode1);
|
||||
childnode1.SetAttribute('class', 'icon');
|
||||
if FUseTemplateIcons then begin
|
||||
fn := FindImage(iconfile);
|
||||
fn := FindImage('internal\'+iconfile);
|
||||
if fn <> '' then
|
||||
fn := GetImageLink(fn);
|
||||
MarkImageAsUsed(fn, Page);
|
||||
|
Loading…
Reference in New Issue
Block a user