diff options
author | Damjan Jovanovic <damjan@apache.org> | 2015-11-08 09:28:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-10 09:45:21 +0000 |
commit | f7715e6821c6763a9c57a06be482925ba75d9779 (patch) | |
tree | e74b71090cd645b157ae3f0ed6c3814d1fa4b8a8 /basic | |
parent | bd0697d487eeadf3eb542c0202aa6a7e3387348b (diff) |
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
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/methods.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |