Index: main/basic/source/runtime/methods.cxx =================================================================== --- main/basic/source/runtime/methods.cxx (revision 1711717) +++ main/basic/source/runtime/methods.cxx (working copy) @@ -4280,7 +4280,7 @@ if( nArgCount >= 4 ) aTitle = rPar.Get(3)->GetString(); else - aTitle = GetpApp()->GetAppName(); + aTitle = GetpApp()->GetDisplayName(); nType &= (16+32+64); MessBox* pBox = 0;