summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorvsfoote <vstuart.foote@utsa.edu>2015-03-11 21:54:43 -0500
committerJan Holesovsky <kendy@collabora.com>2015-03-23 16:56:00 +0000
commit603c8845728cb96908388ab26db934735825bf10 (patch)
tree8f60512ac55360bac323c66684f95cef0d78a2ab /sw/source/uibase/inc
parent05ad682e73fb4b654056d7d5c49a7ac2dca4b10a (diff)
tdf#88001 -- Default document view, force single page rather than automatic
This commit changes sw default to be single page view rather than automatic defaulting to a multi-page view and automatic fit. Also, sets status bar page icon default to single page, and corrects lableing of view to read "multi-page" rather than "two page". Change-Id: I1a2f81150d7066ea56af0870e83c1e4ae66d3404 Reviewed-on: https://gerrit.libreoffice.org/14835 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/utlui.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/utlui.hrc b/sw/source/uibase/inc/utlui.hrc
index 4caa3b387604..87dabfd00b06 100644
--- a/sw/source/uibase/inc/utlui.hrc
+++ b/sw/source/uibase/inc/utlui.hrc
@@ -48,7 +48,7 @@
// Statusbar: Word count/Viewlayout/Page count
#define STR_WORDCOUNT_HINT (RC_UTLUI_BEGIN + 20)
#define STR_VIEWLAYOUT_ONE (RC_UTLUI_BEGIN + 21)
-#define STR_VIEWLAYOUT_TWO (RC_UTLUI_BEGIN + 22)
+#define STR_VIEWLAYOUT_MULTI (RC_UTLUI_BEGIN + 22)
#define STR_VIEWLAYOUT_BOOK (RC_UTLUI_BEGIN + 23)
#define STR_BOOKCTRL_HINT (RC_UTLUI_BEGIN + 24)
#define STR_BOOKCTRL_HINT_EXTENDED (RC_UTLUI_BEGIN + 25)