summaryrefslogtreecommitdiff
path: root/fpicker/source/office/PlacesListBox.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-06 09:18:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-06 10:12:32 +0000
commitb80dc5827125a0ab3bc6b5479330ba2469a6afb9 (patch)
treeb51196d55b321133f367dd2320d6f17e858ea2f2 /fpicker/source/office/PlacesListBox.cxx
parent13e77648265a91ec2b7d649d30a108e4e1eff3c8 (diff)
unwind fpicker RID_FILEPICKER_IMAGES imagelist
Change-Id: I1b55e4581c7fcbdf228c3b903269e28d37e53297
Diffstat (limited to 'fpicker/source/office/PlacesListBox.cxx')
-rw-r--r--fpicker/source/office/PlacesListBox.cxx4
1 files changed, 2 insertions, 2 deletions
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;
}