diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/downloader-view.c | 2 | ||||
-rw-r--r-- | embed/ephy-embed-popup-control.c | 2 | ||||
-rw-r--r-- | embed/ephy-encodings.c | 2 | ||||
-rw-r--r-- | embed/ephy-history.c | 2 | ||||
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 2 | ||||
-rw-r--r-- | embed/mozilla/EphyHeaderSniffer.cpp | 2 | ||||
-rw-r--r-- | embed/mozilla/FilePicker.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/embed/downloader-view.c b/embed/downloader-view.c index cd875eb34..b59b9c6a4 100644 --- a/embed/downloader-view.c +++ b/embed/downloader-view.c @@ -33,7 +33,7 @@ #include <gtk/gtktreeview.h> #include <gtk/gtkliststore.h> #include <gtk/gtktreeviewcolumn.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <libgnomeui/gnome-dialog-util.h> #include <libgnomeui/gnome-dialog.h> #include <gtk/gtkprogressbar.h> diff --git a/embed/ephy-embed-popup-control.c b/embed/ephy-embed-popup-control.c index be4a43fb4..131de477a 100644 --- a/embed/ephy-embed-popup-control.c +++ b/embed/ephy-embed-popup-control.c @@ -29,7 +29,7 @@ #include <gtk/gtkmain.h> #include <string.h> #include <bonobo/bonobo-ui-component.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <gtk/gtkclipboard.h> #include <libgnome/gnome-exec.h> diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c index 51e2d3a52..38f70065a 100644 --- a/embed/ephy-encodings.c +++ b/embed/ephy-encodings.c @@ -30,7 +30,7 @@ #include "eel-gconf-extensions.h" #include "ephy-debug.h" -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <string.h> #define EPHY_ENCODINGS_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_ENCODINGS, EphyEncodingsPrivate)) diff --git a/embed/ephy-history.c b/embed/ephy-history.c index f318a66a3..871212755 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -29,7 +29,7 @@ #include <time.h> #include <string.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <libgnomevfs/gnome-vfs-uri.h> #define EPHY_HISTORY_XML_ROOT "ephy_history" diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index aa5ddc282..17c6685c3 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -38,7 +38,7 @@ #include <libgnomevfs/gnome-vfs-mime.h> #include <libgnomevfs/gnome-vfs-utils.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> class GContentHandler; diff --git a/embed/mozilla/EphyHeaderSniffer.cpp b/embed/mozilla/EphyHeaderSniffer.cpp index 9ac0c0eca..0b353112b 100644 --- a/embed/mozilla/EphyHeaderSniffer.cpp +++ b/embed/mozilla/EphyHeaderSniffer.cpp @@ -66,7 +66,7 @@ #include "nsIDOMHTMLDocument.h" #include "nsIDownload.h" -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <libgnomevfs/gnome-vfs-utils.h> EphyHeaderSniffer::EphyHeaderSniffer (nsIWebBrowserPersist* aPersist, MozillaEmbedPersist *aEmbedPersist, diff --git a/embed/mozilla/FilePicker.cpp b/embed/mozilla/FilePicker.cpp index 8b498ede9..f37e31996 100644 --- a/embed/mozilla/FilePicker.cpp +++ b/embed/mozilla/FilePicker.cpp @@ -57,7 +57,7 @@ #include <gtk/gtkfilefilter.h> #include <gtk/gtkstock.h> #include <gtk/gtkmessagedialog.h> -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <libgnome/gnome-util.h> NS_IMPL_ISUPPORTS1(GFilePicker, nsIFilePicker) |