summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-03 21:07:02 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-03 21:07:02 +0000
commitde0c4e2c32c1ecbef75293653adff4e4ceffeffe (patch)
tree105483179bd2e38a08774cd63baf2137c5d6a0ff /riscos/theme.c
parent79cd7b86a91e86951d989ec341a839bdb0aa57d9 (diff)
downloadnetsurf-de0c4e2c32c1ecbef75293653adff4e4ceffeffe.tar.gz
netsurf-de0c4e2c32c1ecbef75293653adff4e4ceffeffe.tar.bz2
Implement up toolbar icon and menu option.
svn path=/trunk/netsurf/; revision=2705
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index eebdb8b2b..5016e7e75 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -49,7 +49,7 @@ static bool theme_toolbar_editor_drag = false;
/* these order of the icons must match the numbers defined in riscos/gui.h */
static const char * theme_browser_icons[] = {"back", "forward", "stop",
"reload", "home", "history", "save", "print", "hotlist",
- "scale", "search", NULL};
+ "scale", "search", "up", NULL};
static const char * theme_hotlist_icons[] = {"delete", "expand", "open",
"launch", "create", NULL};
static const char * theme_history_icons[] = {"delete", "expand", "open",
@@ -782,7 +782,7 @@ struct toolbar *ro_gui_theme_create_toolbar(struct theme_descriptor *descriptor,
case THEME_BROWSER_EDIT_TOOLBAR:
ro_gui_theme_add_toolbar_icons(toolbar,
theme_browser_icons,
- "0123456789a|");
+ "0123456789ab|");
break;
case THEME_HOTLIST_EDIT_TOOLBAR:
ro_gui_theme_add_toolbar_icons(toolbar,