[Libreoffice-commits] core.git: basic/source
Damjan Jovanovic
damjan at apache.org
Tue Nov 10 01:46:00 PST 2015
basic/source/runtime/methods.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f7715e6821c6763a9c57a06be482925ba75d9779
Author: Damjan Jovanovic <damjan at apache.org>
Date: Sun Nov 8 09:28:19 2015 +0000
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 <JATINSHR001 at e dot ntu dot edu dot sg>
Review by: Damjan Jovanovic
(cherry picked from commit 519770a2b47d4bb95a7616cedcc1582ae83ab205)
Change-Id: I61c9eacd285c8335925f1569b64bb2d600caf545
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 1639b5f..07e37f2 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);
More information about the Libreoffice-commits
mailing list