Kaydet (Commit) 3d9e3cd2 authored tarafından Stefan Knorr's avatar Stefan Knorr Kaydeden (comit) Bosdonnat Cedric

Template Manager: Use actual template icons if no thumbnail exists

Change-Id: Ie1ee86a180701355886a340ea97940303f527422
Reviewed-on: https://gerrit.libreoffice.org/3278Reviewed-by: 's avatarBosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: 's avatarBosdonnat Cedric <cedric.bosdonnat@free.fr>
üst 8a9a6500
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment