diff options
author | Oliver Specht <os@openoffice.org> | 2002-10-25 08:02:06 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-10-25 08:02:06 +0000 |
commit | 0b00a55dc49dd1ffc3a2c5e0b33bb0afd35bb789 (patch) | |
tree | 4c556876506ee8c663961dab39d9dda9a305ebbb /sw/source/ui/app/mn.src | |
parent | 05d74edd93a4992a47035b117420d676dc30d11e (diff) |
#92943# 'Close preview' entry added to preview context menu
Diffstat (limited to 'sw/source/ui/app/mn.src')
-rw-r--r-- | sw/source/ui/app/mn.src | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index e97ac51b28..755db6baf0 100644 --- a/sw/source/ui/app/mn.src +++ b/sw/source/ui/app/mn.src @@ -2,9 +2,9 @@ * * $RCSfile: mn.src,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: os $ $Date: 2002-09-13 14:07:37 $ + * last change: $Author: os $ $Date: 2002-10-25 09:02:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -621,8 +621,10 @@ Menu MN_PPREVIEW_POPUPMENU SEPARATOR ; MenuItem { - ITEM_WINDOW_CLOSEWIN - /* ### ACHTUNG: Neuer Text in Resource? Schließt die Seitenvorschau : Schlie˜t die Seitenvorschau */ + Identifier = SID_PRINTPREVIEW; + HelpID = SID_PRINTPREVIEW; + Text = "Seitenansicht schließen" ; + Text [ english_us ] = "Close Preview" ; }; }; }; |