Index: trunk/src_plugins/import_hpgl/hpgl.c =================================================================== --- trunk/src_plugins/import_hpgl/hpgl.c (revision 30193) +++ trunk/src_plugins/import_hpgl/hpgl.c (revision 30194) @@ -136,7 +136,7 @@ pcb_message(PCB_MSG_ERROR, "Error loading HP-GL: could not load any object from %s\n", fname); return 0; } - pcb_actionva(&PCB->hidlib, "mode", "pastebuffer", NULL); + pcb_actionva(&PCB->hidlib, "mode", "buffer", NULL); return 0; }