basic/source/runtime/methods.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 519770a2b47d4bb95a7616cedcc1582ae83ab205
Author: Damjan Jovanovic <dam...@apache.org>
Date:   Sun Nov 8 09:28:19 2015 +0000

    #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

diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 6d5b036..8e48066 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to