sd/source/ui/dlg/copydlg.src | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 2bffe2d4615ee36a13de375026dbb3283a94f102 Author: Matthias Seidel <[email protected]> AuthorDate: Tue Jul 31 00:09:01 2018 +0000 Commit: Matthias Seidel <[email protected]> CommitDate: Tue Jul 31 00:09:01 2018 +0000 Cleaned up resource file for Duplicate. Removed entry for MASKCOLOR. diff --git a/sd/source/ui/dlg/copydlg.src b/sd/source/ui/dlg/copydlg.src index e547683631d4..ee3c72d67f93 100644 --- a/sd/source/ui/dlg/copydlg.src +++ b/sd/source/ui/dlg/copydlg.src @@ -82,8 +82,7 @@ ModalDialog DLG_COPY Size = MAP_APPFONT ( 14, 14 ) ; ButtonImage = Image { - ImageBitmap = Bitmap { File = "pipette.bmp" ; }; - MaskColor = IMAGE_MASK_STDCOLOR; + ImageBitmap = Bitmap { File = "pipette.png" ; }; }; TabStop = TRUE ; QuickHelpText [ en-US ] = "Values from Selection" ; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
