From 3d9e3cd2a2d07327427b70d4afe1c628793dee8e Mon Sep 17 00:00:00 2001 From: Stefan Knorr Date: Tue, 9 Apr 2013 00:04:33 +0200 Subject: Template Manager: Use actual template icons if no thumbnail exists Change-Id: Ie1ee86a180701355886a340ea97940303f527422 Reviewed-on: https://gerrit.libreoffice.org/3278 Reviewed-by: Bosdonnat Cedric Tested-by: Bosdonnat Cedric --- sfx2/source/appl/sfx.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/sfx.src b/sfx2/source/appl/sfx.src index fb58ee33416f..dce02d709166 100644 --- a/sfx2/source/appl/sfx.src +++ b/sfx2/source/appl/sfx.src @@ -41,22 +41,22 @@ String STR_PASSWD Bitmap ( SFX_THUMBNAIL_TEXT ) { - File = "odt_48_8.png"; + File = "ott_48_8.png"; }; Bitmap ( SFX_THUMBNAIL_SHEET ) { - File = "ods_48_8.png"; + File = "ots_48_8.png"; }; Bitmap ( SFX_THUMBNAIL_PRESENTATION ) { - File = "odp_48_8.png"; + File = "otp_48_8.png"; }; Bitmap ( SFX_THUMBNAIL_DRAWING ) { - File = "odg_48_8.png"; + File = "otg_48_8.png"; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit