From 2ab040f5edfa83a40f918915f18ecca621aa2f94 Mon Sep 17 00:00:00 2001 From: Regina Henschel Date: Sun, 1 Jan 2017 19:45:16 +0100 Subject: tdf#105005 Breakpoint has wrong image in BASIC IDE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Breakpoint, inactive breakpoint, step marker and error marker have got wrong images in 96d0506fceb8064c5ae156dfaf12d5b45623c557 Change-Id: I7c03595dfa41e03b5b4a23d36c514a6c782281a3 Reviewed-on: https://gerrit.libreoffice.org/32590 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basctl/source/basicide/basidesh.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src index 88ba620991db..4377efbb7840 100644 --- a/basctl/source/basicide/basidesh.src +++ b/basctl/source/basicide/basidesh.src @@ -424,22 +424,22 @@ Menu RID_POPUP_TABBAR Bitmap RID_BMP_BRKENABLED { - File = "im30820.png"; + File = "im30838.png"; }; Bitmap RID_BMP_BRKDISABLED { - File = "im30821.png"; + File = "im30839.png"; }; Bitmap RID_BMP_STEPMARKER { - File = "im30822.png"; + File = "im30840.png"; }; Bitmap RID_BMP_ERRORMARKER { - File = "im30823.png"; + File = "im30841.png"; }; Image RID_IMG_LOCKED -- cgit