diff --git a/src/apps/people/PersonView.cpp b/src/apps/people/PersonView.cpp index 410e58a8b8..32e3c82598 100644 --- a/src/apps/people/PersonView.cpp +++ b/src/apps/people/PersonView.cpp @@ -305,7 +305,7 @@ PersonView::Save() if (fPictureView->Bitmap()) { BBitmapStream stream(fPictureView->Bitmap()); BTranslatorRoster* roster = BTranslatorRoster::Default(); - roster->Translate(&stream, NULL, NULL, fFile, B_PNG_FORMAT, + roster->Translate(&stream, NULL, NULL, fFile, B_JPEG_FORMAT, B_TRANSLATOR_BITMAP); } } diff --git a/src/apps/people/PersonWindow.h b/src/apps/people/PersonWindow.h index 3916a6e707..bcb703b633 100644 --- a/src/apps/people/PersonWindow.h +++ b/src/apps/people/PersonWindow.h @@ -62,7 +62,7 @@ private: BMenuItem* fRevert; BMenuItem* fSave; BMenuItem* fUndo; - PersonView* fView; + PersonView* fView; BString fNameAttribute; };