changeset 66417:bec18a123c03

(gdb-put-breakpoint-icon): Correct help-echo. Display hand pointer and help-echo on disabled icon too.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 25 Oct 2005 01:18:56 +0000
parents d6cf60ad57dd
children 78ad7c173e94
files lisp/progmodes/gdb-ui.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el	Tue Oct 25 01:17:51 2005 +0000
+++ b/lisp/progmodes/gdb-ui.el	Tue Oct 25 01:18:56 2005 +0000
@@ -2515,7 +2515,7 @@
 	(putstring (if enabled "B" "b"))
 	(source-window (get-buffer-window (current-buffer) 0)))
     (add-text-properties
-     0 1 '(help-echo "mouse-1: set/clear bkpt, mouse-3: enable/disable bkpt")
+     0 1 '(help-echo "mouse-1: clear bkpt, mouse-3: enable/disable bkpt")
      putstring)
     (if enabled
 	(add-text-properties
@@ -2557,10 +2557,10 @@
 		       (find-image `((:type xpm :data
 					    ,breakpoint-xpm-data
 					    :conversion disabled
-					    :ascent 100)
+					    :ascent 100 :pointer hand)
 				     (:type pbm :data
 					    ,breakpoint-disabled-pbm-data
-					    :ascent 100))))))
+					    :ascent 100 :pointer hand))))))
 	   (+ start 1)
 	   putstring
 	   'left-margin))