[Libreoffice-commits] core.git: vcl/source
Caolán McNamara
caolanm at redhat.com
Mon Aug 18 03:21:22 PDT 2014
vcl/source/app/dbggui.cxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 0e3a462c641a3a7a3b0d991463f9b05683c7ec5d
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Aug 18 11:20:44 2014 +0100
missing InfoBox
Change-Id: I67e6e60e5a03696ec27b11afaa62ea443c5924ce
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 9099258..fd65cab 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -349,10 +349,9 @@ IMPL_LINK( DbgDialog, ClickHdl, Button*, pButton )
}
if( (aData.nTestFlags & ~IMMEDIATE_FLAGS) != (pData->nTestFlags & ~IMMEDIATE_FLAGS) )
{
- InfoBox aBox( this, OUString(
+ MessageDialog aBox(this, OUString(
"Some of the changed settings will only be active after "
- "restarting the process"
- ) );
+ "restarting the process"), VCL_MESSAGE_INFO);
aBox.Execute();
}
EndDialog( RET_OK );
More information about the Libreoffice-commits
mailing list