[Libreoffice-commits] .: vcl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Jan 12 02:42:57 PST 2013
vcl/source/app/dbggui.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b3782fad3be3319775d94447a27e8fdf16ad08e7
Author: Chr. Rossmanith <ChrRossmanith at gmx.de>
Date: Sat Jan 12 11:41:55 2013 +0100
Still trying to fix 08def320062ad7c5cf98e577a2af1fad7c8eb267
Change-Id: I9caea65444cee86897b25f7d8f604af71e91be9a
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 0953692..c6d1af8 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -1677,7 +1677,7 @@ void DbgPrintMsgBox( const char* pLine )
if ( aMessageBox.didTimeout() )
DbgPrintShell( pLine );
else if ( nResult == RET_YES )
- GetpApp()->Abort( "Debug-Utilities-Error" );
+ GetpApp()->Abort( OUString("Debug-Utilities-Error") );
else if ( nResult == RET_CANCEL )
DbgCoreDump();
}
@@ -1791,7 +1791,7 @@ void DbgGUIStart()
}
else
{
- ErrorBox( 0, WB_OK, "TOOLS Library has no Debug-Routines" ).Execute();
+ ErrorBox( 0, WB_OK, OUString("TOOLS Library has no Debug-Routines") ).Execute();
}
}
More information about the Libreoffice-commits
mailing list