summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-09-07 23:24:32 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-09-07 23:24:32 +0000
commit8e0b3d8136587ce645f2498da85a308a35887d85 (patch)
tree7f167332f580b9e417301b09d56f34c3f9aa9918 /riscos/theme.c
parent52ac79872ce468918c12bf84c8361fd5f9be52e3 (diff)
downloadnetsurf-8e0b3d8136587ce645f2498da85a308a35887d85.tar.gz
netsurf-8e0b3d8136587ce645f2498da85a308a35887d85.tar.bz2
[project @ 2004-09-07 23:24:32 by rjw]
Fix for renamed hotlist icon svn path=/import/netsurf/; revision=1273
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index 8bbc2b68b..8d9b1378f 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -652,7 +652,7 @@ struct toolbar *ro_gui_theme_create_toolbar(struct theme_descriptor *descriptor,
ro_gui_theme_add_toolbar_icon(toolbar, "history", ICON_TOOLBAR_HISTORY);
ro_gui_theme_add_toolbar_icon(toolbar, "scale", ICON_TOOLBAR_SCALE);
ro_gui_theme_add_toolbar_icon(toolbar, NULL, -1);
- ro_gui_theme_add_toolbar_icon(toolbar, "mark", ICON_TOOLBAR_BOOKMARK);
+ ro_gui_theme_add_toolbar_icon(toolbar, "hotlist", ICON_TOOLBAR_BOOKMARK);
ro_gui_theme_add_toolbar_icon(toolbar, "save", ICON_TOOLBAR_SAVE);
ro_gui_theme_add_toolbar_icon(toolbar, "print", ICON_TOOLBAR_PRINT);
break;