40dde80b1af335732763a142dda83202a0eb2cdb tdreszer Fri Aug 13 14:36:04 2010 -0700 Changed tooltip for sideButton to make sure shortLabel is seen first, as per QA request diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c index da00f4e..26d48f6 100644 --- src/hg/hgTracks/hgTracks.c +++ src/hg/hgTracks/hgTracks.c @@ -301,11 +301,9 @@ if(theImgBox && curImgTrack) { - char title[256]; - safef(title,sizeof(title),"%s controls", shortLabel); struct imgSlice *curSlice = imgTrackSliceGetByType(curImgTrack,stButton); if(curSlice) - sliceAddLink(curSlice,url,title); + sliceAddLink(curSlice,url,shortLabel); } else {