From b80dc5827125a0ab3bc6b5479330ba2469a6afb9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 6 Dec 2016 09:18:34 +0000 Subject: unwind fpicker RID_FILEPICKER_IMAGES imagelist Change-Id: I1b55e4581c7fcbdf228c3b903269e28d37e53297 --- fpicker/source/office/PlacesListBox.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpicker/source/office/PlacesListBox.cxx') diff --git a/fpicker/source/office/PlacesListBox.cxx b/fpicker/source/office/PlacesListBox.cxx index eb77e55d548a..26844d216ee1 100644 --- a/fpicker/source/office/PlacesListBox.cxx +++ b/fpicker/source/office/PlacesListBox.cxx @@ -186,9 +186,9 @@ bool PlacesListBox::EventNotify( NotifyEvent& rNEvt ) Image PlacesListBox::getEntryIcon( const PlacePtr& pPlace ) { - Image theImage = mpDlg->GetButtonImage( IMG_FILEDLG_PLACE_LOCAL ); + Image theImage = mpDlg->GetButtonImage( BMP_FILEDLG_PLACE_LOCAL ); if ( !pPlace->IsLocal( ) ) - theImage = mpDlg->GetButtonImage( IMG_FILEDLG_PLACE_REMOTE ); + theImage = mpDlg->GetButtonImage( BMP_FILEDLG_PLACE_REMOTE ); return theImage; } -- cgit