diff options
author | Michael Natterer <mitch@gimp.org> | 2003-03-22 19:13:07 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2003-03-22 19:13:07 +0000 |
commit | a5a28467314691eb189b7cde5b265a87416757f9 (patch) | |
tree | af1fe1e385d1b4e9e90ca5b4c5c29b87a57ad457 /docs | |
parent | fe1c0a8bfdda1b8af633003fc21d172f44154ecd (diff) | |
download | gtk+-a5a28467314691eb189b7cde5b265a87416757f9.tar.gz |
copy stock_color_picker_25.png, don't copy stock_save_24.png twice.
2003-03-22 Michael Natterer <mitch@gimp.org>
* gtk/Makefile.am: copy stock_color_picker_25.png, don't copy
stock_save_24.png twice.
* gtk/tmpl/gtkstock.sgml: use it for GTK_STOCK_COLOR_PICKER
instead of stock_colorselector_24.png.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 8 | ||||
-rw-r--r-- | docs/reference/gtk/Makefile.am | 11 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkstock.sgml | 2 |
3 files changed, 10 insertions, 11 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e23e95e94c..09cdd96c41 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +2003-03-22 Michael Natterer <mitch@gimp.org> + + * gtk/Makefile.am: copy stock_color_picker_25.png, don't copy + stock_save_24.png twice. + + * gtk/tmpl/gtkstock.sgml: use it for GTK_STOCK_COLOR_PICKER + instead of stock_colorselector_24.png. + 2003-03-04 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkobject.sgml: Add deprecation notes. diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index eaa28079ef..842235df02 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -73,7 +73,6 @@ HTML_IMAGES = \ $(top_srcdir)/gtk/stock-icons/stock_exec_24.png \ $(top_srcdir)/gtk/stock-icons/stock_search_24.png \ $(top_srcdir)/gtk/stock-icons/stock_search_replace_24.png \ - $(top_srcdir)/gtk/stock-icons/stock_save_24.png \ $(top_srcdir)/gtk/stock-icons/stock_bottom_24.png \ $(top_srcdir)/gtk/stock-icons/stock_first_24.png \ $(top_srcdir)/gtk/stock-icons/stock_last_24.png \ @@ -109,6 +108,7 @@ HTML_IMAGES = \ $(top_srcdir)/gtk/stock-icons/stock_save_24.png \ $(top_srcdir)/gtk/stock-icons/stock_save_as_24.png \ $(top_srcdir)/gtk/stock-icons/stock_colorselector_24.png \ + $(top_srcdir)/gtk/stock-icons/stock_color_picker_25.png \ $(top_srcdir)/gtk/stock-icons/stock_font_24.png \ $(top_srcdir)/gtk/stock-icons/stock_sort_ascending_24.png \ $(top_srcdir)/gtk/stock-icons/stock_sort_descending_24.png \ @@ -296,12 +296,3 @@ dist-hook: dist-check-gtkdoc dist-hook-local -cp $(srcdir)/html/* $(distdir)/html .PHONY : dist-hook-local - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkstock.sgml b/docs/reference/gtk/tmpl/gtkstock.sgml index 0410980cbc..122b84d179 100644 --- a/docs/reference/gtk/tmpl/gtkstock.sgml +++ b/docs/reference/gtk/tmpl/gtkstock.sgml @@ -154,7 +154,7 @@ The "Close" item. <!-- ##### MACRO GTK_STOCK_COLOR_PICKER ##### --> <para> The "Color Picker" item. -<inlinegraphic fileref="stock_colorselector_24.png" format="PNG"></inlinegraphic> +<inlinegraphic fileref="stock_color_picker_25.png" format="PNG"></inlinegraphic> </para> @Since: 2.2 |