mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 21:59:16 +02:00
EditorToolbar: fix text about resource formats in README.txt.
git-svn-id: trunk@46195 -
This commit is contained in:
parent
310c961f33
commit
22dc7e7931
@ -1,8 +1,8 @@
|
||||
This directory contains all images needed by the Editor Toolbar package.
|
||||
Images are stored in lazarus resource files (.lrs). Each icon is stored
|
||||
in xpm format and in lowercase.
|
||||
Images are stored in FPC resource files (.res). Each icon is currently stored
|
||||
in xpm format but also png can be used.
|
||||
|
||||
toolbar.lrs - All the icons used in Editor Toolbar package.
|
||||
toolbar.res - All the icons used in Editor Toolbar package.
|
||||
|
||||
|
||||
How to update the image resources:
|
||||
@ -11,7 +11,7 @@ Creating a lazarus resource can easily be done by the lazres program.
|
||||
If you have not yet compiled lazres, go to the tools directory and type make.
|
||||
|
||||
|
||||
[ toolbar.lrs ]
|
||||
[ toolbar.res ]
|
||||
|
||||
cd <packagedir>/images/
|
||||
<lazarusdir>/tools/lazres ../toolbar.res @toolbar.txt
|
||||
|
Loading…
Reference in New Issue
Block a user