[Libreoffice-commits] core.git: sw/inc sw/source
Jim Raykowski
raykowj at gmail.com
Tue Jan 2 11:03:33 UTC 2018
sw/inc/strings.hrc | 4 ++--
sw/source/uibase/uiview/view2.cxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 180fe42c7cff913a0d7e4059e9355f0cfed9ab6b
Author: Jim Raykowski <raykowj at gmail.com>
Date: Mon Jan 1 20:47:12 2018 -0900
tdf#112474 change behavior of left click on writer statusbar page number
in document to open Go to Page dialog
Change-Id: I9782fa9a2d9c3d541e09bad4f721c9b2417f29d5
Reviewed-on: https://gerrit.libreoffice.org/47247
Reviewed-by: Heiko Tietze <tietze.heiko at gmail.com>
Tested-by: Heiko Tietze <tietze.heiko at gmail.com>
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 38a7918c2928..e1c40138fcbb 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -1017,8 +1017,8 @@
#define STR_VIEWLAYOUT_ONE NC_("STR_VIEWLAYOUT_ONE", "Single-page view")
#define STR_VIEWLAYOUT_MULTI NC_("STR_VIEWLAYOUT_MULTI", "Multiple-page view")
#define STR_VIEWLAYOUT_BOOK NC_("STR_VIEWLAYOUT_BOOK", "Book view")
-#define STR_BOOKCTRL_HINT NC_("STR_BOOKCTRL_HINT", "Page number in document. Click to open Navigator window or right-click for bookmark list.")
-#define STR_BOOKCTRL_HINT_EXTENDED NC_("STR_BOOKCTRL_HINT_EXTENDED", "Page number in document (Page number on printed document). Click to open Navigator window.")
+#define STR_BOOKCTRL_HINT NC_("STR_BOOKCTRL_HINT", "Page number in document. Click to open Go to Page dialog or right-click for bookmark list.")
+#define STR_BOOKCTRL_HINT_EXTENDED NC_("STR_BOOKCTRL_HINT_EXTENDED", "Page number in document (Page number on printed document). Click to open Go to Page dialog.")
#define STR_TMPLCTRL_HINT NC_("STR_TMPLCTRL_HINT", "Page Style. Right-click to change style or click to open Style dialog.")
// Strings for textual attributes.
diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx
index aa65ab2544c1..75b63fb5fc0f 100644
--- a/sw/source/uibase/uiview/view2.cxx
+++ b/sw/source/uibase/uiview/view2.cxx
@@ -1588,7 +1588,7 @@ void SwView::ExecuteStatusLine(SfxRequest &rReq)
{
case FN_STAT_PAGE:
{
- GetViewFrame()->GetDispatcher()->Execute( SID_NAVIGATOR,
+ GetViewFrame()->GetDispatcher()->Execute( FN_GOTO_PAGE,
SfxCallMode::SYNCHRON|SfxCallMode::RECORD );
}
break;
More information about the Libreoffice-commits
mailing list