diff options
-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" ; +}; |