diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-03-07 07:07:58 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-03-07 07:07:58 +0800 |
commit | 077fc2dcdfce76dc3b22e1d4321601400a1b9783 (patch) | |
tree | 3580490c715a9e684c990b8f97dbee538a95dbd0 /embed/mozilla | |
parent | 71cc433697cd7017393bf8ca1d2c0a6244429143 (diff) | |
download | gsoc2013-epiphany-077fc2dcdfce76dc3b22e1d4321601400a1b9783.tar gsoc2013-epiphany-077fc2dcdfce76dc3b22e1d4321601400a1b9783.tar.gz gsoc2013-epiphany-077fc2dcdfce76dc3b22e1d4321601400a1b9783.tar.bz2 gsoc2013-epiphany-077fc2dcdfce76dc3b22e1d4321601400a1b9783.tar.lz gsoc2013-epiphany-077fc2dcdfce76dc3b22e1d4321601400a1b9783.tar.xz gsoc2013-epiphany-077fc2dcdfce76dc3b22e1d4321601400a1b9783.tar.zst gsoc2013-epiphany-077fc2dcdfce76dc3b22e1d4321601400a1b9783.zip |
Better user agent string (from galeon)
2003-03-07 Marco Pesenti Gritti <marco@it.gnome.org>
* TODO:
* embed/mozilla/mozilla-notifiers.cpp:
Better user agent string (from galeon)
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/mozilla-notifiers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index e188ecb99..eaa12dad4 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -655,7 +655,7 @@ mozilla_prefs_set_user_agent () } default_user_agent = g_strdup_printf - ("Mozilla/5.0 Ephy/" VERSION " (X11; %s; U;) Gecko/%d", + ("Mozilla/5.0 (X11; U; %s) Gecko/%d Epiphany/" VERSION, system, NS_BUILD_ID/100); |