]> git.pld-linux.org Git - packages/galeon.git/blob - galeon-ti-agent.patch
- updated gettext BR
[packages/galeon.git] / galeon-ti-agent.patch
1 diff -ur galeon-2.0.2.orig/mozilla/mozilla-embed-shell.cpp galeon-2.0.2/mozilla/mozilla-embed-shell.cpp
2 --- galeon-2.0.2.orig/mozilla/mozilla-embed-shell.cpp   2007-03-21 22:38:15.000000000 +0100
3 +++ galeon-2.0.2/mozilla/mozilla-embed-shell.cpp        2007-03-21 22:41:20.000000000 +0100
4 @@ -158,8 +158,9 @@
5  
6         // Also set vendor and vendorSub prefs so that mozilla can construct
7         // the user agent string for us.
8 -       pref->SetCharPref ("general.useragent.vendor", USERAGENT_VENDOR);
9 -       pref->SetCharPref ("general.useragent.vendorSub", USERAGENT_VENDORSUB);
10 +       pref->SetCharPref ("general.useragent.vendor", "PLD");
11 +       pref->SetCharPref ("general.useragent.vendorSub", "Titanium");
12 +       pref->SetCharPref ("general.useragent.extra.galeon", USERAGENT_VENDOR "/" USERAGENT_VENDORSUB);
13  
14         return TRUE;
15  }
This page took 0.085208 seconds and 3 git commands to generate.