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 | |
parent | 6328e6ebb63cafa88a9dbf28332345bbd374f133 (diff) |
#92702# added support for screenbeans
-rw-r--r-- | svx/inc/gallery.hxx | 6 | ||||
-rw-r--r-- | svx/source/gallery2/galtheme.src | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/svx/inc/gallery.hxx b/svx/inc/gallery.hxx index cac66e3435c9..6c86a8d165d5 100644 --- a/svx/inc/gallery.hxx +++ b/svx/inc/gallery.hxx @@ -2,9 +2,9 @@ * * $RCSfile: gallery.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tv $ $Date: 2001-05-10 15:40:07 $ + * 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 @@ -121,8 +121,8 @@ #define GALLERY_THEME_CLIMA 32 #define GALLERY_THEME_EDUCATION 33 #define GALLERY_THEME_TROUBLE 34 +#define GALLERY_THEME_SCREENBEANS 35 -#define GALLERY_THEME_DUMMY4 35 #define GALLERY_THEME_DUMMY5 36 // ------------------- 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"; }; // ----------------------------------------------------------------------------- |