Kaydet (Commit) 8e174eab authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: BitmapEx now states which icon theme is being used for missing image

Change-Id: I83b9c86685f72569c0df88231458183b1ae511c8
üst b01bbc35
...@@ -104,7 +104,8 @@ BitmapEx::BitmapEx( const ResId& rResId ) : ...@@ -104,7 +104,8 @@ BitmapEx::BitmapEx( const ResId& rResId ) :
#ifdef DBG_UTIL #ifdef DBG_UTIL
OStringBuffer aErrorStr( OStringBuffer aErrorStr(
"BitmapEx::BitmapEx( const ResId& rResId ): could not load image <"); "BitmapEx::BitmapEx( const ResId& rResId ): could not load image <");
aErrorStr.append(OUStringToOString(aFileName, RTL_TEXTENCODING_ASCII_US)).append('>'); aErrorStr.append(OUStringToOString(aFileName, RTL_TEXTENCODING_ASCII_US)).append("> via icon theme ");
aErrorStr.append(OUStringToOString(aIconTheme, RTL_TEXTENCODING_ASCII_US)).append('.');
OSL_FAIL(aErrorStr.getStr()); OSL_FAIL(aErrorStr.getStr());
#endif #endif
} }
......
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