19,809
edits
(disabling feature where XEB dialog disappears when mouse leaves dialog; you must now hit "Cancel" to make it go away) |
(using new BSL func icon for func wizard button) |
||
| Line 83: | Line 83: | ||
'GEO': ['b/b8/Button_Globe.png', 'Geo location', "", "", ""], | 'GEO': ['b/b8/Button_Globe.png', 'Geo location', "", "", ""], | ||
'TALK': ['4/49/Button_talk.png', 'Add talk template', "", "", ""], | 'TALK': ['4/49/Button_talk.png', 'Add talk template', "", "", ""], | ||
'BF': [' | 'BF': ['b/b4/Button_BSL_func.png', 'Insert BSL function', "", "", ""] | ||
}; | }; | ||
| Line 293: | Line 293: | ||
extendAButton(Isrc + '4/49/Button_talk.png', XEBPopupTalk); | extendAButton(Isrc + '4/49/Button_talk.png', XEBPopupTalk); | ||
extendAButton(Isrc + 'c/cc/Button_adv_image.png',XEBPopupImage); | extendAButton(Isrc + 'c/cc/Button_adv_image.png',XEBPopupImage); | ||
extendAButton(Isrc + ' | extendAButton(Isrc + 'b/b4/Button_BSL_func.png',XEBPopupBSLfunc); | ||
//extendAButton(Isrc+'d/d6/Button_superscript.png',XEBPopupFormattedText); | //extendAButton(Isrc+'d/d6/Button_superscript.png',XEBPopupFormattedText); | ||