mirror of https://github.com/GNOME/gimp.git
reordered a stock icon.
2005-04-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt: reordered a stock icon. * libgimpwidgets/visual-index.xml: let the xml:base attribute point to the file itself. * libgimpwidgets/tmpl/gimpstock.sgml: do nasty things with xml:base attributes that seem to persuade the XSLT processor to generate HTML that points to icon images.
This commit is contained in:
parent
f390e6db50
commit
36afa78633
|
@ -1,3 +1,14 @@
|
|||
2005-04-20 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt: reordered a stock icon.
|
||||
|
||||
* libgimpwidgets/visual-index.xml: let the xml:base attribute
|
||||
point to the file itself.
|
||||
|
||||
* libgimpwidgets/tmpl/gimpstock.sgml: do nasty things with
|
||||
xml:base attributes that seem to persuade the XSLT processor to
|
||||
generate HTML that points to icon images.
|
||||
|
||||
2005-04-19 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt: added new functions.
|
||||
|
|
|
@ -647,13 +647,13 @@ GIMP_STOCK_QUESTION
|
|||
GIMP_STOCK_WARNING
|
||||
GIMP_STOCK_WILBER
|
||||
GIMP_STOCK_WILBER_EEK
|
||||
GIMP_STOCK_ZOOM_FOLLOW_WINDOW
|
||||
GIMP_STOCK_BRUSH
|
||||
GIMP_STOCK_BUFFER
|
||||
GIMP_STOCK_FONT
|
||||
GIMP_STOCK_GRADIENT
|
||||
GIMP_STOCK_PALETTE
|
||||
GIMP_STOCK_PATTERN
|
||||
GIMP_STOCK_ZOOM_FOLLOW_WINDOW
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
|
||||
<para role="gallery" xml:base="images">
|
||||
<para role="gallery" xml:base="visual-index.xml">
|
||||
|
||||
<link linkend="GimpButton">
|
||||
<inlinegraphic fileref="gimp-button.png" format="PNG"></inlinegraphic>
|
||||
|
|
Loading…
Reference in New Issue