aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed-single.cpp
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-06 22:31:38 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-06 22:31:38 +0800
commite8efae29aefaf2ab8c549fc298b6564f697f1de1 (patch)
treecdc08704a3a1d0a7094817fceea231ffe6a9df15 /embed/mozilla/mozilla-embed-single.cpp
parent510dc2f81c7d5da00ae321c4f87fe74bc7873e0d (diff)
downloadgsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar
gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.gz
gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.bz2
gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.lz
gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.xz
gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.zst
gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.zip
Change some more i18n inclusion and remove several unused includes.
2003-11-06 Marco Pesenti Gritti <marco@gnome.org> * embed/downloader-view.c: * embed/ephy-embed-popup-control.c: * embed/mozilla/ExternalProtocolService.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-notifiers.cpp: * lib/ephy-file-helpers.c: * lib/widgets/ephy-search-entry.c: Change some more i18n inclusion and remove several unused includes.
Diffstat (limited to 'embed/mozilla/mozilla-embed-single.cpp')
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index 1dd020a59..595e291b1 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -34,7 +34,7 @@
#include "MozRegisterComponents.h"
#include <time.h>
-#include <libgnome/gnome-i18n.h>
+#include <glib/gi18n.h>
#include <libgnomevfs/gnome-vfs-utils.h>
#include <nsICacheService.h>
#include <nsCOMPtr.h>