Renaming the extensionless "blenderbuttons" to "blender_icons.png"

This commit is contained in:
2011-10-28 00:09:13 +00:00
parent 4ce5bb0ba2
commit 015b7b4fa9
5 changed files with 7 additions and 7 deletions

View File

@@ -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 */