diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 11:21:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 11:21:10 +0000 |
commit | fab8030a048b17d6e4b463b9b3ad36fa808bfa2e (patch) | |
tree | 21c1c59835b1eecd285e346a57922b679f81e8ed /sfx2 | |
parent | 6f9f84d82666a85f43f2be02921a64dce688482e (diff) |
INTEGRATION: CWS fwkbugfix01 (1.90.80); FILE MERGED
2004/03/04 07:56:43 cd 1.90.80.1: #i26018# Readded resource ID for function bar, so it can be found by the configuration dialog
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.src | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index 20009d295f99..0f9664f1379f 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -2,9 +2,9 @@ * * $RCSfile: app.src,v $ * - * $Revision: 1.90 $ + * $Revision: 1.91 $ * - * last change: $Author: vg $ $Date: 2003-12-17 14:40:14 $ + * last change: $Author: obo $ $Date: 2004-03-17 12:21:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -5162,6 +5162,10 @@ String RID_INVALID_URL_TITLE Text[ slovenian ] = "%PRODUCTNAME %PRODUCTVERSION"; }; +String RID_DESKTOP +{ + Text = "%PRODUCTNAME" ; +}; |