Index: source/blender/src/header_info.c =================================================================== --- source/blender/src/header_info.c (revision 10902) +++ source/blender/src/header_info.c (working copy) @@ -395,7 +395,10 @@ } /* last item: NEW SCREEN */ if(sc==0) { - duplicate_screen(); + nr= pupmenu("New Screen%t|Empty%x1|Duplicate%x2"); + + if(nr==1) default_twosplit(); + if(nr==2) duplicate_screen(); } break; case B_INFODELSCR: