summaryrefslogtreecommitdiff
path: root/riscos/wimp_event.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2006-06-20 21:35:33 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2006-06-20 21:35:33 +0000
commit5adef63ac5099ff12c8fed4872f8df4331072d7e (patch)
treec2e879a435b4430fbbd4b0133b92eaf790c9350f /riscos/wimp_event.c
parent5f10c6277ae20474392df402670123ac17c55bcf (diff)
downloadnetsurf-5adef63ac5099ff12c8fed4872f8df4331072d7e.tar.gz
netsurf-5adef63ac5099ff12c8fed4872f8df4331072d7e.tar.bz2
Localise configure icon strings when appropriate.
Fix gright menu handling - now writes into display field without attempting to localise the selection string - it's already localised. Update German Messages file appropriately. svn path=/trunk/netsurf/; revision=2638
Diffstat (limited to 'riscos/wimp_event.c')
-rw-r--r--riscos/wimp_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/wimp_event.c b/riscos/wimp_event.c
index c0f9fbe1e..3e4204289 100644
--- a/riscos/wimp_event.c
+++ b/riscos/wimp_event.c
@@ -354,7 +354,7 @@ bool ro_gui_wimp_event_menu_selection(wimp_w w, wimp_i i, wimp_menu *menu,
if (menu_entry->menu_flags & wimp_MENU_TICKED)
return true;
- ro_gui_set_icon_string(window->w, event->data.menu_gright.field,
+ ro_gui_set_icon_string_le(window->w, event->data.menu_gright.field,
menu_entry->data.indirected_text.text);
ro_gui_wimp_event_prepare_menu(window->w, event);
if (window->menu_selection)