Try all you want multichar constant, but you'll never be a string to me! (fix mac build errors from 'curious' filepicker literals)

master
Graham Madarasz (Graham Linden) 2013-09-26 10:12:33 -07:00
parent 4709ca9697
commit b8a1fd33f5
1 changed files with 3 additions and 3 deletions

View File

@ -659,9 +659,9 @@ bool LLFilePicker::doNavSaveDialog(ESaveFilter filter, const std::string& filena
extension = "tga";
break;
case FFSAVE_TGAPNG:
type = 'PNG';
creator = 'prvw';
extension = CFSTR(".png");
type = "PNG";
creator = "prvw";
extension = "png";
break;
case FFSAVE_BMP:
type = "BMPf";