Kaydet (Commit) 519770a2 authored tarafından Damjan Jovanovic's avatar Damjan Jovanovic

#i61854# OpenOffice.org Basic: Default title of Msgboxes should be changed

Found by: berend dot cornelius at germany dot sun dot com
Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>
Review by: Damjan Jovanovic
üst 046771ca
......@@ -4280,7 +4280,7 @@ RTLFUNC(MsgBox)
if( nArgCount >= 4 )
aTitle = rPar.Get(3)->GetString();
else
aTitle = GetpApp()->GetAppName();
aTitle = GetpApp()->GetDisplayName();
nType &= (16+32+64);
MessBox* pBox = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment