~ubuntu-branches/ubuntu/lucid/gecko-mediaplayer/lucid-proposed

« back to all changes in this revision

Viewing changes to src/plugin_types_qt.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2009-09-24 13:55:35 UTC
  • mfrom: (0.2.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090924135535-99jk1ar22n70h95j
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
 
99
99
}
 
100
 
 
101
void pluginSpecific(CPlugin * instance)
 
102
{
 
103
    setPreference(instance, "general.useragent.override", "QuickTime/7.6.2");
 
104
}
 
105