[Libreoffice-commits] core.git: basctl/source

Regina Henschel rb.henschel at t-online.de
Mon Jan 2 14:49:01 UTC 2017


 basctl/source/basicide/basidesh.src |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 2ab040f5edfa83a40f918915f18ecca621aa2f94
Author: Regina Henschel <rb.henschel at t-online.de>
Date:   Sun Jan 1 19:45:16 2017 +0100

    tdf#105005 Breakpoint has wrong image in BASIC IDE
    
    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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src
index 88ba620..4377efb 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


More information about the Libreoffice-commits mailing list