From 699a3a0c23d829c84c0b490ade2904d125c46212 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 13 Dec 2006 15:37:59 +0000 Subject: [PATCH] Reverting IMAnames_to_pupstring to IDnames_to_pupstring until Ton changes it to whatever he was thinking ;) Kent --- source/blender/src/drawview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/drawview.c b/source/blender/src/drawview.c index ffb738689f1..2ff4399dadd 100644 --- a/source/blender/src/drawview.c +++ b/source/blender/src/drawview.c @@ -2407,7 +2407,7 @@ static void view3d_panel_background(short cntrl) // VIEW3D_HANDLER_BACKGROUND uiDefIconBut(block, BUT, B_LOADBGPIC, ICON_FILESEL, 90, 128, 20, 20, 0, 0, 0, 0, 0, "Open a new background image"); id= (ID *)vd->bgpic->ima; - IMAnames_to_pupstring(&strp, NULL, NULL, &(G.main->image), id, &(vd->menunr)); + IDnames_to_pupstring(&strp, NULL, NULL, &(G.main->image), id, &(vd->menunr)); if(strp[0]) { uiDefButS(block, MENU, B_BGPICBROWSE, strp, 110, 128, 20, 20, &(vd->menunr), 0, 0, 0, 0, "Select a background image");