Index: renumber.c =================================================================== --- renumber.c (revision 30979) +++ renumber.c (revision 30980) @@ -88,7 +88,7 @@ * We deal with the case where name already exists in this * function so the GUI doesn't need to deal with it */ - name = pcb_gui->fileselect(pcb_gui, "Save Renumber Annotation File As ...", + name = rnd_gui->fileselect(rnd_gui, "Save Renumber Annotation File As ...", "Choose a file to record the renumbering to.\n" "This file may be used to back annotate the\n" "change to the schematics.\n", default_file, ".eco", NULL, "eco", 0, NULL);