//QM v2.9. Do not edit with text editor!!! //
7     2
AAMO
2;-}#@ŝD=M/
  ff2tray manual test  0 34A26159 0
mac "FF_traymin"


  FF_traymin #Lh8 /FIREFOX 8 34A2817B 0
str exe="firefox.exe"
int hwnd=win("" "MozillaUIWindowClass" "firefox" 0x1)
if !hwnd
	run exe "" "" "" 2|0x1800 win("Mozilla Firefox*" "MozillaUIWindowClass" "" 0x1) hwnd; wait 60 P; err

FF_tray_add(exe hwnd)

  FF_tray_add  8 34A28191 0
function $exe hwnd

Tray t.AddIcon(exe _s.getwintext(hwnd) 0 &FF_tray_mouse hwnd)
atend FF_atend_unhide hwnd
hid hwnd
act; err ;;activate next window

MessageLoop
  FF_tray_mouse  8 34A281A4 0
 /
function Tray&tray msg
sel msg
	case WM_LBUTTONUP
	sel GetMod
		case 0
		act tray.param; err
		tray.Delete
		shutdown -7
		case 2 shutdown -7
	
	case WM_RBUTTONUP
	sel GetMod
		case 0
		clo tray.param; err
		tray.Delete
		shutdown -7
  FF_atend_unhide  8 34A281BA 0
function hwnd
hid- hwnd; err
  file  268500992 0

  