diff --git a/TODO b/TODO
index bc2e58f46..63804ea3f 100644
--- a/TODO
+++ b/TODO
@@ -33,9 +33,6 @@ More items (first items will enter 'In progress list' first):
-> move toolbar view actions in the PageView instead of the part. maybe.. or not...
-> usability: layout 2PPV [1 2,3 4,5 6] -> [1,2 3,4 5]. add option for 'ebook' style alignment. (by Mikolaj)
-> usability: trigger redraw on 'filter text' on current page (by Mikolaj)
--> fix: requestPixmaps not triggered when exiting fullscreen mode (to verify..I can't reproduce-enrico)
--> fix: On continous view mode, if you click to a link that moves you to another
- page, then scroll up and click again on the same link it does not work. (by Albert)
-> display current page / total pages (with analog indicator too (progressbar/...))
maybe this can be done on a small widget at the top of the toolbox, displaying
'document' informations (pages, current pg, some metadata, etc..).
diff --git a/part.cpp b/part.cpp
index 08606f012..090ba10b3 100644
--- a/part.cpp
+++ b/part.cpp
@@ -180,12 +180,11 @@ Part::Part(QWidget *parentWidget, const char *widgetName,
KStdAction::preferences( this, SLOT( slotPreferences() ), ac, "preferences" );
KStdAction::printPreview( this, SLOT( slotPrintPreview() ), ac );
- m_showProperties = new KAction(i18n("Properties"), "info", 0, this, SLOT(slotShowProperties()), ac, "properties");
+ m_showProperties = new KAction(i18n("&Properties"), "info", 0, this, SLOT(slotShowProperties()), ac, "properties");
m_showProperties->setEnabled( false );
- m_showPresentation = new KAction( i18n("Presentation"), "kpresenter_kpr", 0, this, SLOT(slotShowPresentation()), ac, "presentation");
+ m_showPresentation = new KAction( i18n("P&resentation"), "kpresenter_kpr", "F9", this, SLOT(slotShowPresentation()), ac, "presentation");
m_showPresentation->setEnabled( false );
- m_showPresentation->setShortcut( "F9" );
// attach the actions of the 2 children widgets too
m_pageView->setupActions( ac );
diff --git a/part.rc b/part.rc
index cd1afe890..665767dda 100644
--- a/part.rc
+++ b/part.rc
@@ -11,6 +11,11 @@
+