diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:30 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:30 -0500 |
commit | a09a81226625ca200f8cbd24e702e21dc81b1291 (patch) | |
tree | 7da340fcd37c1933362df9e94c2d9a031c1c06b1 /kghostview | |
parent | caf76f937722a14b624b0139f04f0bcc19433a28 (diff) | |
download | tdegraphics-a09a81226625ca200f8cbd24e702e21dc81b1291.tar.gz tdegraphics-a09a81226625ca200f8cbd24e702e21dc81b1291.zip |
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'kghostview')
-rw-r--r-- | kghostview/kgvconfigdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/kgvconfigdialog.cpp b/kghostview/kgvconfigdialog.cpp index 887c4811..d76a7343 100644 --- a/kghostview/kgvconfigdialog.cpp +++ b/kghostview/kgvconfigdialog.cpp @@ -142,7 +142,7 @@ void ConfigDialog::showSettings( KGVPart* main ) { dialog->addPage( new GeneralSettingsWidget( 0, "general-settings" ), i18n( "General" ), TQString::fromLatin1( "kghostview" ) ); GSSettingsWidget *gssw = new GSSettingsWidget( 0, "gs-settings" ); - dialog->addPage( gssw, i18n( "Ghostscript\nConfiguration" ), TQString::fromLatin1( "pdf" ) ); + dialog->addPage( gssw, i18n( "Ghostscript\nConfiguration" ), TQString::fromLatin1( "application-pdf" ) ); gssw->setDetectedVersion(Configuration::version()); |