From f7715e6821c6763a9c57a06be482925ba75d9779 Mon Sep 17 00:00:00 2001 From: Damjan Jovanovic Date: Sun, 8 Nov 2015 09:28:19 +0000 Subject: Resolves: #i61854# Basic: Default title of Msgboxes should be changed Found by: berend dot cornelius at germany dot sun dot com Patch by: Pathangi Janardhanan Jatinshravan Review by: Damjan Jovanovic (cherry picked from commit 519770a2b47d4bb95a7616cedcc1582ae83ab205) Change-Id: I61c9eacd285c8335925f1569b64bb2d600caf545 --- basic/source/runtime/methods.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source') diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 1639b5fed8c5..07e37f2bb6b5 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -4625,7 +4625,7 @@ RTLFUNC(MsgBox) } else { - aTitle = Application::GetAppName(); + aTitle = Application::GetDisplayName(); } nType &= (16+32+64); -- cgit