Strange error message

if (loginnaam.groepid)
{
globals.currentGroup_ID=loginnaam.groepid
}
else
{
globals.currentGroup_ID=null
plugins.dialogs.showErrorDialog( 'Waarschuwing',  'Login naam onbekend',  'OK');
elements.Login.selectAll()abc
}

This is my method…as you can see there is an error in line 9. Servoy gives a nice error message, but it looks strange…see attachment

Using:
Servoy Developer
Version R2 2.0 rc10-build 269
Java version 1.4.2_02-b03 (Windows 2000)

fixed it. From now on details button will not be needed in this case