Author: damjan
Date: Sun Nov  8 09:28:19 2015
New Revision: 1713215

URL: http://svn.apache.org/viewvc?rev=1713215&view=rev
Log:
#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


Modified:
    openoffice/trunk/main/basic/source/runtime/methods.cxx

Modified: openoffice/trunk/main/basic/source/runtime/methods.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/basic/source/runtime/methods.cxx?rev=1713215&r1=1713214&r2=1713215&view=diff
==============================================================================
--- openoffice/trunk/main/basic/source/runtime/methods.cxx (original)
+++ openoffice/trunk/main/basic/source/runtime/methods.cxx Sun Nov  8 09:28:19 
2015
@@ -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;


Reply via email to