forked from AuroraMiddleware/gtk
Register 16x16 version of properties stock icon.
2002-03-06 Anders Carlsson <andersca@gnu.org> * gtk/gtkiconfactory.c (get_default_icons): Register 16x16 version of properties stock icon. * gtk/stock-icons/Makefile.am: Add stock_properties_16.png
This commit is contained in:
parent
ccd75fac3b
commit
3e480fbf01
@ -1,3 +1,10 @@
|
||||
2002-03-06 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Register 16x16 version
|
||||
of properties stock icon.
|
||||
|
||||
* gtk/stock-icons/Makefile.am: Add stock_properties_16.png
|
||||
|
||||
Wed Mar 6 00:38:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-03-06 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Register 16x16 version
|
||||
of properties stock icon.
|
||||
|
||||
* gtk/stock-icons/Makefile.am: Add stock_properties_16.png
|
||||
|
||||
Wed Mar 6 00:38:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-03-06 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Register 16x16 version
|
||||
of properties stock icon.
|
||||
|
||||
* gtk/stock-icons/Makefile.am: Add stock_properties_16.png
|
||||
|
||||
Wed Mar 6 00:38:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-03-06 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Register 16x16 version
|
||||
of properties stock icon.
|
||||
|
||||
* gtk/stock-icons/Makefile.am: Add stock_properties_16.png
|
||||
|
||||
Wed Mar 6 00:38:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-03-06 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Register 16x16 version
|
||||
of properties stock icon.
|
||||
|
||||
* gtk/stock-icons/Makefile.am: Add stock_properties_16.png
|
||||
|
||||
Wed Mar 6 00:38:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-03-06 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Register 16x16 version
|
||||
of properties stock icon.
|
||||
|
||||
* gtk/stock-icons/Makefile.am: Add stock_properties_16.png
|
||||
|
||||
Wed Mar 6 00:38:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-03-06 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Register 16x16 version
|
||||
of properties stock icon.
|
||||
|
||||
* gtk/stock-icons/Makefile.am: Add stock_properties_16.png
|
||||
|
||||
Wed Mar 6 00:38:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems
|
||||
|
@ -638,6 +638,12 @@ get_default_icons (GtkIconFactory *factory)
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_PRINT_PREVIEW);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_properties_24,
|
||||
stock_properties_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_PROPERTIES);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_redo_24,
|
||||
stock_redo_16,
|
||||
@ -776,7 +782,6 @@ get_default_icons (GtkIconFactory *factory)
|
||||
add_unsized (factory, stock_clear_24, GTK_STOCK_CLEAR);
|
||||
add_unsized (factory, stock_colorselector_24, GTK_STOCK_SELECT_COLOR);
|
||||
add_unsized (factory, stock_index_24, GTK_STOCK_INDEX);
|
||||
add_unsized (factory, stock_properties_24, GTK_STOCK_PROPERTIES);
|
||||
add_unsized (factory, stock_remove_24, GTK_STOCK_REMOVE);
|
||||
add_unsized (factory, stock_zoom_1_24, GTK_STOCK_ZOOM_100);
|
||||
add_unsized (factory, stock_zoom_fit_24, GTK_STOCK_ZOOM_FIT);
|
||||
|
@ -67,6 +67,7 @@ IMAGES = @STRIP_BEGIN@ \
|
||||
stock_print_24.png \
|
||||
stock_print_preview_16.png \
|
||||
stock_print_preview_24.png \
|
||||
stock_properties_16.png \
|
||||
stock_properties_24.png \
|
||||
stock_redo_16.png \
|
||||
stock_redo_24.png \
|
||||
@ -193,6 +194,7 @@ VARIABLES4 = @STRIP_BEGIN@ \
|
||||
stock_print_24 $(srcdir)/stock_print_24.png \
|
||||
stock_print_preview_16 $(srcdir)/stock_print_preview_16.png \
|
||||
stock_print_preview_24 $(srcdir)/stock_print_preview_24.png \
|
||||
stock_properties_16 $(srcdir)/stock_properties_16.png \
|
||||
stock_properties_24 $(srcdir)/stock_properties_24.png \
|
||||
stock_redo_16 $(srcdir)/stock_redo_16.png \
|
||||
stock_redo_24 $(srcdir)/stock_redo_24.png \
|
||||
@ -204,9 +206,9 @@ VARIABLES4 = @STRIP_BEGIN@ \
|
||||
stock_right_arrow_16 $(srcdir)/stock_right_arrow_16.png \
|
||||
stock_right_arrow_24 $(srcdir)/stock_right_arrow_24.png \
|
||||
stock_save_16 $(srcdir)/stock_save_16.png \
|
||||
stock_save_24 $(srcdir)/stock_save_24.png \
|
||||
@STRIP_END@
|
||||
VARIABLES5 = @STRIP_BEGIN@ \
|
||||
stock_save_24 $(srcdir)/stock_save_24.png \
|
||||
stock_save_as_16 $(srcdir)/stock_save_as_16.png \
|
||||
stock_save_as_24 $(srcdir)/stock_save_as_24.png \
|
||||
stock_search_16 $(srcdir)/stock_search_16.png \
|
||||
@ -226,9 +228,9 @@ VARIABLES5 = @STRIP_BEGIN@ \
|
||||
stock_text_italic_16 $(srcdir)/stock_text_italic_16.png \
|
||||
stock_text_italic_24 $(srcdir)/stock_text_italic_24.png \
|
||||
stock_text_strikethrough_16 $(srcdir)/stock_text_strikethrough_16.png \
|
||||
stock_text_strikethrough_24 $(srcdir)/stock_text_strikethrough_24.png \
|
||||
@STRIP_END@
|
||||
VARIABLES6 = @STRIP_BEGIN@ \
|
||||
stock_text_strikethrough_24 $(srcdir)/stock_text_strikethrough_24.png \
|
||||
stock_text_underline_16 $(srcdir)/stock_text_underline_16.png \
|
||||
stock_text_underline_24 $(srcdir)/stock_text_underline_24.png \
|
||||
stock_top_16 $(srcdir)/stock_top_16.png \
|
||||
|
Loading…
Reference in New Issue
Block a user