~ubuntu-branches/ubuntu/vivid/fbreader/vivid-proposed

« back to all changes in this revision

Viewing changes to fbreader/src/formats/PluginCollection.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2007-12-04 12:51:45 UTC
  • Revision ID: james.westby@ubuntu.com-20071204125145-pw20qfyn0fx3h7jg
Tags: 0.8.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
}
65
65
 
66
66
PluginCollection::PluginCollection() :
67
 
        DefaultLanguageOption(ZLOption::CONFIG_CATEGORY, "Format", "DefaultLanguage", EncodingDetector::RUSSIAN),
68
 
        DefaultEncodingOption(ZLOption::CONFIG_CATEGORY, "Format", "DefaultEncoding", "ISO-8859-1") {
 
67
        LanguageAutoDetectOption(ZLOption::CONFIG_CATEGORY, "Format", "AutoDetect", true),
 
68
        DefaultLanguageOption(ZLOption::CONFIG_CATEGORY, "Format", "DefaultLanguageS", "en"),
 
69
        DefaultEncodingOption(ZLOption::CONFIG_CATEGORY, "Format", "DefaultEncoding", "windows-1252") {
69
70
}
70
71
 
71
72
PluginCollection::~PluginCollection() {