diff options
Diffstat (limited to 'kpdf/conf/preferencesdialog.cpp')
-rw-r--r-- | kpdf/conf/preferencesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/conf/preferencesdialog.cpp b/kpdf/conf/preferencesdialog.cpp index 7a308b27..3b8de428 100644 --- a/kpdf/conf/preferencesdialog.cpp +++ b/kpdf/conf/preferencesdialog.cpp @@ -29,6 +29,6 @@ PreferencesDialog::PreferencesDialog( TQWidget * parent, TDEConfigSkeleton * ske addPage( m_general, i18n("General"), "kpdf", i18n("General Options") ); addPage( m_accessibility, i18n("Accessibility"), "access", i18n("Reading Aids") ); addPage( m_performance, i18n("Performance"), "launch", i18n("Performance Tuning") ); - addPage( m_presentation, i18n("Presentation"), "kpresenter_kpr", + addPage( m_presentation, i18n("Presentation"), "application-x-kpresenter", i18n("Options for Presentation Mode") ); } |