diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 11:46:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 11:46:10 +0000 |
commit | 3294b0abb2cffc8bce5ce728f33e4a46fa28aad0 (patch) | |
tree | cdf43f72238c9fab42873cec00b43a2d2697b5ed /sc/source/ui/src/popup.src | |
parent | 84238adf126d4cfb7b3cf7e46ab53a943b739231 (diff) |
INTEGRATION: CWS calcrtl (1.45.18); FILE MERGED
2004/01/13 12:11:39 sab 1.45.18.3: RESYNC: (1.47-1.48); FILE MERGED
2003/10/08 09:20:25 nn 1.45.18.2: RESYNC: (1.45-1.47); FILE MERGED
2003/07/11 10:20:43 nn 1.45.18.1: #106948# menu function to mirror sheet
Diffstat (limited to 'sc/source/ui/src/popup.src')
-rw-r--r-- | sc/source/ui/src/popup.src | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src index 4bc332309ad6..222ff732f20b 100644 --- a/sc/source/ui/src/popup.src +++ b/sc/source/ui/src/popup.src @@ -2,9 +2,9 @@ * * $RCSfile: popup.src,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: vg $ $Date: 2003-12-17 20:04:56 $ + * last change: $Author: hr $ $Date: 2004-02-03 12:46:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -738,6 +738,13 @@ Menu RID_POPUP_TAB Text[ hungarian ] = "~Összes munkalap kijelölése"; Text[ slovenian ] = "Izberi vse lis~te"; }; + MenuItem + { + Identifier = FID_TAB_RTL ; + HelpId = FID_TAB_RTL ; + Text = "Tabelle ~rechts-nach-links" ; + Text [ english_us ] = "S~heet Right-To-Left" ; + }; }; }; |