diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-01-24 02:08:22 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-24 02:08:22 +0800 |
commit | 5439ea9211264c06dcc3e5848f13bf95a54e1923 (patch) | |
tree | a0853318b53f51218e5c9560e1ebd91243ca5dec | |
parent | c162a93f72d38ce37a2da2e5ead3126d79f0aed5 (diff) | |
download | gsoc2013-epiphany-5439ea9211264c06dcc3e5848f13bf95a54e1923.tar gsoc2013-epiphany-5439ea9211264c06dcc3e5848f13bf95a54e1923.tar.gz gsoc2013-epiphany-5439ea9211264c06dcc3e5848f13bf95a54e1923.tar.bz2 gsoc2013-epiphany-5439ea9211264c06dcc3e5848f13bf95a54e1923.tar.lz gsoc2013-epiphany-5439ea9211264c06dcc3e5848f13bf95a54e1923.tar.xz gsoc2013-epiphany-5439ea9211264c06dcc3e5848f13bf95a54e1923.tar.zst gsoc2013-epiphany-5439ea9211264c06dcc3e5848f13bf95a54e1923.zip |
Commit ChangeLog too
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ 2004-01-23 Christian Persch <chpe@cvs.gnome.org> + * embed/downloader-view.c: (downloader_view_build_ui): + * embed/find-dialog.c: (find_dialog_init): + * embed/mozilla/GtkNSSDialogs.cpp: + * embed/print-dialog.c: (ephy_print_dialog_new), + (ephy_print_setup_dialog_new): + * lib/ephy-dialog.c: (impl_construct), (ephy_dialog_construct): + * lib/ephy-dialog.h: + * lib/ephy-glade.c: (ephy_glade_widget_new): + * lib/ephy-glade.h: + * src/ephy-encoding-dialog.c: (ephy_encoding_dialog_init): + * src/pdm-dialog.c: (pdm_dialog_init): + * src/prefs-dialog.c: (setup_add_language_dialog), + (prefs_dialog_init): + + Allow passing the translation domain to ephy_dialog_construct, + to make extension's dialogues translatable. Fix all callers. + +2004-01-23 Christian Persch <chpe@cvs.gnome.org> + * configure.in: We really depend on gtk+ >= 2.3.2. |