summaryrefslogtreecommitdiffstats
path: root/kpdf/part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/part.cpp')
-rw-r--r--kpdf/part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/part.cpp b/kpdf/part.cpp
index 8d325fc8..f4fe5a24 100644
--- a/kpdf/part.cpp
+++ b/kpdf/part.cpp
@@ -945,7 +945,7 @@ void Part::slotShowMenu(const KPDFPage *page, const TQPoint &point)
else
popup->insertItem( SmallIcon("bookmark_add"), i18n("Add Bookmark"), 1 );
if ( m_pageView->canFitPageWidth() )
- popup->insertItem( SmallIcon("viewmagfit"), i18n("Fit Width"), 2 );
+ popup->insertItem( SmallIcon("zoom-fit-best"), i18n("Fit Width"), 2 );
//popup->insertItem( SmallIcon("pencil"), i18n("Edit"), 3 );
//popup->setItemEnabled( 3, false );
reallyShow = true;