diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2013-01-31 16:36:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-02-01 11:04:03 +0000 |
commit | 56ff995b8f5e7b0f6d48e569ff6fb5acae877506 (patch) | |
tree | eea6a5bfe74fa29be95f028a94c80f9896bd4947 /sfx2/source/appl | |
parent | e483ea0d8abda0eb5a0e8cef55229f3e8ac06a21 (diff) |
Template Manager: show some icons if there is no thumbnail
Change-Id: I2686d6f1d29862878b5ee0f6ca0d2e746766ef21
Reviewed-on: https://gerrit.libreoffice.org/1948
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/sfx.src | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sfx2/source/appl/sfx.src b/sfx2/source/appl/sfx.src index 1103841a3000..bffec2b88814 100644 --- a/sfx2/source/appl/sfx.src +++ b/sfx2/source/appl/sfx.src @@ -37,3 +37,23 @@ String STR_PASSWD { Text [ en-US ] = "Password" ; }; + +Bitmap ( SFX_THUMBNAIL_TEXT ) +{ + File = "odt_48_8.png"; +}; + +Bitmap ( SFX_THUMBNAIL_SHEET ) +{ + File = "ods_48_8.png"; +}; + +Bitmap ( SFX_THUMBNAIL_PRESENTATION ) +{ + File = "odp_48_8.png"; +}; + +Bitmap ( SFX_THUMBNAIL_DRAWING ) +{ + File = "odg_48_8.png"; +}; |