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/bookmarks | |
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/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmark-action.c | 2 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.c | 2 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 2 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-import.c | 2 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-menu.c | 2 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks.c | 2 | ||||
-rw-r--r-- | src/bookmarks/ephy-new-bookmark.c | 2 | ||||
-rw-r--r-- | src/bookmarks/ephy-topic-action.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index 13d2e2f53..b2e17dcb8 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -20,7 +20,7 @@ #include <config.h> #endif -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <libgnomevfs/gnome-vfs-uri.h> #include <gtk/gtktoolitem.h> diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index 745a3f5e5..8201a94f8 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -39,7 +39,7 @@ #include <gtk/gtklabel.h> #include <gtk/gtkmisc.h> #include <gtk/gtkscrolledwindow.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> static void ephy_bookmark_properties_class_init (EphyBookmarkPropertiesClass *klass); static void ephy_bookmark_properties_init (EphyBookmarkProperties *editor); diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 6a45eb7cb..17ca97729 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -34,7 +34,7 @@ #include <gtk/gtkuimanager.h> #include <gtk/gtktoggleaction.h> #include <gdk/gdkkeysyms.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <libgnomeui/gnome-stock-icons.h> #include <libgnomevfs/gnome-vfs-uri.h> #include <string.h> diff --git a/src/bookmarks/ephy-bookmarks-import.c b/src/bookmarks/ephy-bookmarks-import.c index 1310ef0f8..c58479922 100644 --- a/src/bookmarks/ephy-bookmarks-import.c +++ b/src/bookmarks/ephy-bookmarks-import.c @@ -28,7 +28,7 @@ #include <string.h> #include <libgnomevfs/gnome-vfs-mime-utils.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include "ephy-bookmarks-import.h" #include "ephy-debug.h" diff --git a/src/bookmarks/ephy-bookmarks-menu.c b/src/bookmarks/ephy-bookmarks-menu.c index f5d170155..7548dfce9 100644 --- a/src/bookmarks/ephy-bookmarks-menu.c +++ b/src/bookmarks/ephy-bookmarks-menu.c @@ -29,7 +29,7 @@ //#include <libxml/entities.h> #include <glib/gprintf.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <gtk/gtkuimanager.h> #define BOOKMARKS_MENU_PATH "/menubar/BookmarksMenu" diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index be3ebe1f9..020eab429 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -35,7 +35,7 @@ #include "session.h" #include <string.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <libgnomevfs/gnome-vfs-utils.h> #define EPHY_BOOKMARKS_XML_ROOT "ephy_bookmarks" diff --git a/src/bookmarks/ephy-new-bookmark.c b/src/bookmarks/ephy-new-bookmark.c index dd45aa416..642c073b3 100644 --- a/src/bookmarks/ephy-new-bookmark.c +++ b/src/bookmarks/ephy-new-bookmark.c @@ -29,7 +29,7 @@ #include <gtk/gtkstock.h> #include <gtk/gtkscrolledwindow.h> #include <gtk/gtkeditable.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <string.h> #include "ephy-new-bookmark.h" diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c index 3459a6c1f..2bdc167fc 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -23,7 +23,7 @@ #endif #include <gtk/gtktoolitem.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include "ephy-topic-action.h" #include "ephy-node-common.h" |