diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | embed/mozilla/mozilla-notifiers.cpp | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2003-03-07 Marco Pesenti Gritti <marco@it.gnome.org> + + * TODO: + * embed/mozilla/mozilla-notifiers.cpp: + + Better user agent string (from galeon) + 2003-03-06 James Willcox <jwillcox@gnome.org> * data/glade/prefs-dialog.glade: Remove the spinner prefs UI. 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); |