Renaming the extensionless "blenderbuttons" to "blender_icons.png"
This commit is contained in:
@@ -527,7 +527,7 @@ static void init_internal_icons(void)
|
||||
}
|
||||
}
|
||||
if(bbuf==NULL)
|
||||
bbuf = IMB_ibImageFromMemory((unsigned char*)datatoc_blenderbuttons, datatoc_blenderbuttons_size, IB_rect, "<blender icons>");
|
||||
bbuf = IMB_ibImageFromMemory((unsigned char*)datatoc_blender_icons_png, datatoc_blender_icons_png_size, IB_rect, "<blender icons>");
|
||||
|
||||
if(bbuf) {
|
||||
/* free existing texture if any */
|
||||
|
||||
Reference in New Issue
Block a user