diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-06 06:56:16 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-06 06:56:16 +0800 |
commit | dfd17005ee1f28b31a3e07a31e0f2fc5afc70596 (patch) | |
tree | 04b0f957820072a92ef4ea540da27338202034da /src/popup-commands.c | |
parent | f3abf966ddd6e91a650b950f99a5b668fa79d580 (diff) | |
download | gsoc2013-epiphany-dfd17005ee1f28b31a3e07a31e0f2fc5afc70596.tar gsoc2013-epiphany-dfd17005ee1f28b31a3e07a31e0f2fc5afc70596.tar.gz gsoc2013-epiphany-dfd17005ee1f28b31a3e07a31e0f2fc5afc70596.tar.bz2 gsoc2013-epiphany-dfd17005ee1f28b31a3e07a31e0f2fc5afc70596.tar.lz gsoc2013-epiphany-dfd17005ee1f28b31a3e07a31e0f2fc5afc70596.tar.xz gsoc2013-epiphany-dfd17005ee1f28b31a3e07a31e0f2fc5afc70596.tar.zst gsoc2013-epiphany-dfd17005ee1f28b31a3e07a31e0f2fc5afc70596.zip |
Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.
2003-11-05 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c:
* embed/ephy-embed-popup-control.c:
* embed/ephy-encodings.c:
* embed/ephy-history.c:
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/FilePicker.cpp:
* lib/eel-gconf-extensions.c:
* lib/egg/egg-editable-toolbar.c:
* lib/ephy-file-helpers.c:
* lib/ephy-gui.c:
* lib/ephy-langs.c:
* lib/ephy-node.c:
* lib/ephy-zoom.h:
* lib/widgets/ephy-cell-renderer-progress.c:
* lib/widgets/ephy-zoom-action.c:
* lib/widgets/ephy-zoom-control.c:
* src/bookmarks/ephy-bookmark-action.c:
* src/bookmarks/ephy-bookmark-properties.c:
* src/bookmarks/ephy-bookmarks-editor.c:
* src/bookmarks/ephy-bookmarks-import.c:
* src/bookmarks/ephy-bookmarks-menu.c:
* src/bookmarks/ephy-bookmarks.c:
* src/bookmarks/ephy-new-bookmark.c:
* src/bookmarks/ephy-topic-action.c:
* src/ephy-encoding-dialog.c:
* src/ephy-encoding-menu.c:
* src/ephy-go-action.c:
* src/ephy-history-window.c:
* src/ephy-notebook.c:
* src/ephy-shell.c:
* src/ephy-tab.c:
* src/ephy-toolbars-model.c:
* src/ephy-window.c:
* src/pdm-dialog.c:
* src/popup-commands.c:
* src/ppview-toolbar.c:
* src/prefs-dialog.c:
* src/session.c:
* src/toolbar.c:
* src/window-commands.c:
Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r-- | src/popup-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c index 7756f9daf..6d8a1c4a7 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -31,7 +31,7 @@ #include "ephy-file-helpers.h" #include <string.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <gtk/gtkclipboard.h> static EphyEmbedEvent * |