diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2013-12-11 14:42:18 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-24 00:08:31 +0000 |
commit | b90d65f5c697806ee9b70a3ea8fb0f154241335f (patch) | |
tree | 87148557e1b4ef38c2993b7c3319eb948f79e0dd /svx/source/sidebar | |
parent | 1d48659915580abdc4d5e885608c0d61c79a5046 (diff) |
Fix typo
Change-Id: Ie2e3cfa3c35f5ccb59420afb13f5142ecdcb659e
Reviewed-on: https://gerrit.libreoffice.org/7033
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/sidebar')
-rw-r--r-- | svx/source/sidebar/paragraph/ParaPropertyPanel.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.src b/svx/source/sidebar/paragraph/ParaPropertyPanel.src index 7dc425cd1f66..459ea6a668be 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.src +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.src @@ -49,11 +49,11 @@ Image IMG_BACK_COLOR { - ImageBitmap = Bitmap{File = "symphony/sc_backgroundcolor.bmp";}; + ImageBitmap = Bitmap{File = "symphony/sc_backgroundcolor.png";}; }; Image IMG_BACK_COLOR_H { - ImageBitmap = Bitmap{File = "symphony/sch_backgroundcolor.bmp";}; + ImageBitmap = Bitmap{File = "symphony/sch_backgroundcolor.png";}; }; Image IMG_SPACE3 { |