Then explain to me what's wrong with this code

Code:
dialog test {
  title "test"
  size -1 -1 100 21
  option dbu
  edit "Click here", 1, 5 5 90 11
}

on *:dialog:test:sclick:1: {
  did -r $dname 1
}