mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
Fix wrong stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkiconfactory.c (get_default_icons): Fix wrong stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
This commit is contained in:
parent
833579d8e1
commit
b123b8d340
@ -1,3 +1,8 @@
|
||||
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
|
||||
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
|
||||
|
||||
2002-03-29 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
|
||||
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
|
||||
|
||||
2002-03-29 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
|
||||
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
|
||||
|
||||
2002-03-29 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
|
||||
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
|
||||
|
||||
2002-03-29 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
|
||||
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
|
||||
|
||||
2002-03-29 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Fix wrong
|
||||
stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
|
||||
|
||||
2002-03-29 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/gtkmain.h : fix typo in gtk_init_check macro, which
|
||||
|
@ -486,7 +486,7 @@ get_default_icons (GtkIconFactory *factory)
|
||||
stock_add_24,
|
||||
stock_add_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_JUSTIFY_CENTER);
|
||||
GTK_STOCK_ADD);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_align_center_24,
|
||||
@ -660,7 +660,7 @@ get_default_icons (GtkIconFactory *factory)
|
||||
stock_remove_24,
|
||||
stock_remove_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_JUSTIFY_CENTER);
|
||||
GTK_STOCK_REMOVE);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_refresh_24,
|
||||
|
Loading…
Reference in New Issue
Block a user