diff options
author | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
commit | da7bb154d27d3b872867223a5df60df8f5fb6e7d (patch) | |
tree | c1a40fbb481956cf2fda2263bf78389622eba0a5 /thumbnailer/evince-thumbnailer.schemas.in | |
parent | 342e9e9bf91625bf6f0102fb7bbc652dea222064 (diff) | |
download | atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.bz2 atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.xz |
renaming evince to atril
Diffstat (limited to 'thumbnailer/evince-thumbnailer.schemas.in')
-rw-r--r-- | thumbnailer/evince-thumbnailer.schemas.in | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/thumbnailer/evince-thumbnailer.schemas.in b/thumbnailer/evince-thumbnailer.schemas.in deleted file mode 100644 index 6dafb8f0..00000000 --- a/thumbnailer/evince-thumbnailer.schemas.in +++ /dev/null @@ -1,80 +0,0 @@ -<mateconfschemafile> - <schemalist> - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@pdf/enable</key> - <applyto>/desktop/mate/thumbnailers/application@pdf/enable</applyto> - <owner>evince</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Enable thumbnailing of PDF Documents</short> - <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long> - </locale> - </schema> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@pdf/command</key> - <applyto>/desktop/mate/thumbnailers/application@pdf/command</applyto> - <owner>evince</owner> - <type>string</type> - <default>evince-thumbnailer -s %s %u %o</default> - <locale name="C"> - <short>Thumbnail command for PDF Documents</short> - <long>Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information.</long> - </locale> - </schema> - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@x-bzpdf/enable</key> - <applyto>/desktop/mate/thumbnailers/application@x-bzpdf/enable</applyto> - <owner>evince</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Enable thumbnailing of PDF Documents</short> - <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long> - </locale> - </schema> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@x-bzpdf/command</key> - <applyto>/desktop/mate/thumbnailers/application@x-bzpdf/command</applyto> - <owner>evince</owner> - <type>string</type> - <default>evince-thumbnailer -s %s %u %o</default> - <locale name="C"> - <short>Thumbnail command for PDF Documents</short> - <long>Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information.</long> - </locale> - </schema> - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@x-gzpdf/enable</key> - <applyto>/desktop/mate/thumbnailers/application@x-gzpdf/enable</applyto> - <owner>evince</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Enable thumbnailing of PDF Documents</short> - <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long> - </locale> - </schema> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@x-gzpdf/command</key> - <applyto>/desktop/mate/thumbnailers/application@x-gzpdf/command</applyto> - <owner>evince</owner> - <type>string</type> - <default>evince-thumbnailer -s %s %u %o</default> - <locale name="C"> - <short>Thumbnail command for PDF Documents</short> - <long>Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information.</long> - </locale> - </schema> - - </schemalist> -</mateconfschemafile> |