diff options
author | Tom Verbeek <tv@openoffice.org> | 2001-10-04 11:42:33 +0000 |
---|---|---|
committer | Tom Verbeek <tv@openoffice.org> | 2001-10-04 11:42:33 +0000 |
commit | 920d43b80b19d23cba97eef66c872c32d78e6be8 (patch) | |
tree | f30cda8b850163bb4c6d207b9be355bdeaff7be7 /svx/source | |
parent | 6328e6ebb63cafa88a9dbf28332345bbd374f133 (diff) |
#92702# added support for screenbeans
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/gallery2/galtheme.src | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/svx/source/gallery2/galtheme.src b/svx/source/gallery2/galtheme.src index 252c4ab7e030..6289476e7779 100644 --- a/svx/source/gallery2/galtheme.src +++ b/svx/source/gallery2/galtheme.src @@ -2,9 +2,9 @@ * * $RCSfile: galtheme.src,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: kz $ $Date: 2001-08-29 20:28:00 $ + * last change: $Author: tv $ $Date: 2001-10-04 12:42:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -972,10 +972,11 @@ String RID_GALLERYSTR_THEME_TROUBLE // ----------------------------------------------------------------------------- -String RID_GALLERYSTR_THEME_DUMMY4 +String RID_GALLERYSTR_THEME_SCREENBEANS { - // !!! Don't translate, please !!! - Text = "Dummy 4"; + Text = "ScreenBeans"; + Text[ENGLISH] = "ScreenBeans"; + Text[english_us] = "ScreenBeans"; }; // ----------------------------------------------------------------------------- |