summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
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:01:28 +0100
commit862eefa76b836d45cd5327d6f343b67147268152 (patch)
tree912b830a91b5f5017f9648fe90f585222a9b90e9 /sfx2/source/appl
parent2cb703067b827b0ebb562845c82dae5e35161e72 (diff)
startcenter: Bigger & nicer document icons for recent documents.
Change-Id: If61aefc1d27d7bca2e8242b404db685a503bcf0e
Diffstat (limited to 'sfx2/source/appl')
-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: */