summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 54c4215ca..5374ce91f 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -30,7 +30,7 @@ extern wimp_w dialog_info, dialog_saveas, dialog_config, dialog_config_br,
extern wimp_w history_window;
extern wimp_w hotlist_window;
extern wimp_menu *iconbar_menu, *browser_menu, *combo_menu, *hotlist_menu,
- *proxyauth_menu;
+ *proxyauth_menu, *languages_menu;
extern int iconbar_menu_height;
extern struct form_control *current_gadget;
extern bool gui_reformat_pending;
@@ -133,6 +133,7 @@ void ro_gui_redraw_config_th_pane(wimp_draw *redraw);
void ro_gui_menu_prepare_hotlist(void);
void ro_gui_dialog_open_config(void);
void ro_gui_dialog_proxyauth_menu_selection(int item);
+void ro_gui_dialog_languages_menu_selection(char *lang);
/* in download.c */
void ro_gui_download_init(void);