diff options
author | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-01-12 11:41:55 +0100 |
---|---|---|
committer | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-01-12 11:41:55 +0100 |
commit | b3782fad3be3319775d94447a27e8fdf16ad08e7 (patch) | |
tree | d966b99aa90d035157fa8f179c235a3ec258df61 /vcl | |
parent | 99f5c1f0567f1351feca598c0f9c2f780d56ac72 (diff) |
Still trying to fix 08def320062ad7c5cf98e577a2af1fad7c8eb267
Change-Id: I9caea65444cee86897b25f7d8f604af71e91be9a
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/dbggui.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index 095369287d09..c6d1af899a47 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(); } } |