diff options
author | Alexander Larsson <alla@lysator.liu.se> | 2001-05-27 21:43:09 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-05-27 21:43:09 +0000 |
commit | 57237d4d89da7fd73d7011469256479da1886cb0 (patch) | |
tree | ae57ae07032b5cb7a958b0db7e7ded033028ec85 /gtk/gtkstock.h | |
parent | 20715207b40fb1578d85fb6169d5b0744e783af7 (diff) | |
download | gdk-pixbuf-57237d4d89da7fd73d7011469256479da1886cb0.tar.gz |
Rename to the more correct gtk-go-up.
2001-05-27 Alexander Larsson <alla@lysator.liu.se>
* gtk/gtkstock.h (GTK_STOCK_GO_UP):
Rename to the more correct gtk-go-up.
* gtk/stock-icons/stock_menu_sort_ascending.png:
Added new file.
* gtk/stock-icons/stock_menu_sort_descending.png:
Changed to show descending instead of ascending.
* gtk/gtkiconfactory.c:
Added menu size icon to sort ascending.
* gtk/stock-icons/Makefile.am:
Added stock_menu_sort_ascending.png.
* gtk/gtkseparatormenuitem.c:
Use correct typenames.
Diffstat (limited to 'gtk/gtkstock.h')
-rw-r--r-- | gtk/gtkstock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstock.h b/gtk/gtkstock.h index 9ca91aab0..c870bbbb7 100644 --- a/gtk/gtkstock.h +++ b/gtk/gtkstock.h @@ -89,7 +89,7 @@ void gtk_stock_item_free (GtkStockItem *item); #define GTK_STOCK_GO_BACK "gtk-go-back" #define GTK_STOCK_GO_DOWN "gtk-go-down" #define GTK_STOCK_GO_FORWARD "gtk-go-forward" -#define GTK_STOCK_GO_UP "gtk-up" +#define GTK_STOCK_GO_UP "gtk-go-up" #define GTK_STOCK_HELP "gtk-help" #define GTK_STOCK_HOME "gtk-home" #define GTK_STOCK_INDEX "gtk-index" |