From e7d3de6ca1957c42c780d07473e76898a573c796 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 1 May 2005 19:48:05 +0000 Subject: A src/languages.h: 2005-05-01 Christian Persch * data/default-prefs-common.js: * data/epiphany.schemas.in: * lib/ephy-langs.c: A src/languages.h: * src/prefs-dialog.c: (prefs_dialog_show_help), (create_language_section), (get_download_button_label), (prefs_dialog_init): Add more font languages, and generate the language list from the unicode supplemental data. * lib/ephy-dialog.c: * lib/ephy-dialog.h: * src/prefs-dialog.c: Constification. --- lib/ephy-dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ephy-dialog.h') diff --git a/lib/ephy-dialog.h b/lib/ephy-dialog.h index 3a861cffb..e8e45ca72 100644 --- a/lib/ephy-dialog.h +++ b/lib/ephy-dialog.h @@ -94,7 +94,7 @@ void ephy_dialog_construct (EphyDialog *dialog, void ephy_dialog_add_enum (EphyDialog *dialog, const char *id, guint n_items, - const char **items); + const char * const *items); void ephy_dialog_set_data_column (EphyDialog *dialog, const char *id, -- cgit v1.2.3