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
This commit is contained in:
Damjan Jovanovic
2015-11-08 09:28:19 +00:00
committed by Caolán McNamara
parent bd0697d487
commit f7715e6821

View File

@@ -4625,7 +4625,7 @@ RTLFUNC(MsgBox)
}
else
{
aTitle = Application::GetAppName();
aTitle = Application::GetDisplayName();
}
nType &= (16+32+64);