Fixes SurfaceExtend icon not being found.
Before this patch, ViewProviderExtend::getIcon() returned "Surface_Extend", which does not exist; The icon file is "Surface_ExtendFace".
This commit is contained in:
@@ -35,7 +35,7 @@ namespace SurfaceGui {
|
||||
|
||||
QIcon ViewProviderExtend::getIcon(void) const
|
||||
{
|
||||
return Gui::BitmapFactory().pixmap("Surface_Extend");
|
||||
return Gui::BitmapFactory().pixmap("Surface_ExtendFace");
|
||||
}
|
||||
|
||||
} //namespace SurfaceGui
|
||||
|
||||
Reference in New Issue
Block a user