diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-06 22:31:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-06 22:31:38 +0800 |
commit | e8efae29aefaf2ab8c549fc298b6564f697f1de1 (patch) | |
tree | cdc08704a3a1d0a7094817fceea231ffe6a9df15 /embed/mozilla/mozilla-notifiers.cpp | |
parent | 510dc2f81c7d5da00ae321c4f87fe74bc7873e0d (diff) | |
download | gsoc2013-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-notifiers.cpp')
-rw-r--r-- | embed/mozilla/mozilla-notifiers.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index 9ff7766bf..d2656e71c 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -33,12 +33,13 @@ #include <stdio.h> #include <string.h> #include <locale.h> -#include <libgnome/gnome-i18n.h> +#include <glib/gi18n.h> #include <stdlib.h> #include <gdk/gdkx.h> #include <nsCOMPtr.h> #include <nsIPrefService.h> #include <nsIServiceManager.h> +#include <libgnome/gnome-i18n.h> #define MOZILLA_PREF_NO_PROXIES "network.proxy.no_proxies_on" #define MIGRATE_PIXEL_SIZE |