summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-12-12 22:58:31 +0100
committerJan Holesovsky <kendy@collabora.com>2013-12-13 13:03:46 +0100
commitd3c0eb59a7faa90054d55d1624e9ea7dee4ce378 (patch)
tree7e145bcc16f00931e02ec59761c5dc366ece333c /sfx2
parent5523e04065c0df5de1d9e2ed178463137a1e0bb0 (diff)
startcenter: Bigger & nicer document icons for recent documents.
Change-Id: If61aefc1d27d7bca2e8242b404db685a503bcf0e
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/sfx.src14
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/source/appl/sfx.src b/sfx2/source/appl/sfx.src
index de2e45db0bcd..08e6f1fd9a91 100644
--- a/sfx2/source/appl/sfx.src
+++ b/sfx2/source/appl/sfx.src
@@ -61,37 +61,37 @@ Bitmap ( SFX_THUMBNAIL_DRAWING )
Bitmap ( SFX_FILE_THUMBNAIL_TEXT )
{
- File = "odt_48_8.png";
+ File = "writer128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_SHEET )
{
- File = "ods_48_8.png";
+ File = "calc128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_PRESENTATION )
{
- File = "odp_48_8.png";
+ File = "impress128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_DRAWING )
{
- File = "odg_48_8.png";
+ File = "draw128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_DATABASE )
{
- File = "odb_48_8.png";
+ File = "base128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_MATH )
{
- File = "odf_48_8.png";
+ File = "math128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_DEFAULT )
{
- File = "mainapp_48_8.png";
+ File = "main128.png";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */