Kaydet (Commit) f7715e68 authored tarafından Damjan Jovanovic's avatar Damjan Jovanovic Kaydeden (comit) Caolán McNamara

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 519770a2)

Change-Id: I61c9eacd285c8335925f1569b64bb2d600caf545
üst bd0697d4
......@@ -4625,7 +4625,7 @@ RTLFUNC(MsgBox)
}
else
{
aTitle = Application::GetAppName();
aTitle = Application::GetDisplayName();
}
nType &= (16+32+64);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment