alias test { if (!$dialog(test)) { dialog -m test test } }
dialog test {
title "A simple test"
icon $mircdir\icons\ico.icl, $+ %icon <- don't work
size 550 250 142 52
option dbu
button "&Ok", 1, 55 39 35 10, ok
icon 2, 118 20 19 19, $mircdir\icons\ico.icl, $+ %icon , small <- working
}