diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-03 13:46:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-03 13:46:23 +0000 |
commit | 933787a5dfd6bde109801447a0526918804226d1 (patch) | |
tree | a703960c094a60dc950bdb66bf94cfa240da3e1d /framework/source | |
parent | a1d4a5e32daee34b6983f3f63352117214968998 (diff) |
INTEGRATION: CWS stctplbtn (1.6.38); FILE MERGED
2008/05/29 13:51:37 pl 1.6.38.1: #i90035# add template repository URL
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/fwk_services.src | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/framework/source/services/fwk_services.src b/framework/source/services/fwk_services.src index 2a3d460026bf..0e498ac385f0 100644 --- a/framework/source/services/fwk_services.src +++ b/framework/source/services/fwk_services.src @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fwk_services.src,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -108,6 +108,14 @@ Window DLG_BACKING { Text [ en-US ] = "Get more information about %PRODUCTNAME"; }; + Bitmap BMP_BACKING_TPLREP + { + File = "addtemplate_32.png"; + }; + String STR_BACKING_TPLREP + { + Text [ en-US ] = "Get more templates for %PRODUCTNAME"; + }; }; Resource RES_BACKING_IMAGES |