Index: io_hyp.c =================================================================== --- io_hyp.c (revision 23707) +++ io_hyp.c (revision 23708) @@ -32,7 +32,6 @@ #include #include -#include "compat_nls.h" #include "hid.h" #include "hid_draw_helpers.h" #include "hid_nogui.h" @@ -78,8 +77,8 @@ PCB_ACT_MAY_CONVARG(1, FGW_STR, LoadhypFrom, fname = argv[1].val.str); if ((fname == NULL) || (*fname == '\0')) { - fname = pcb_gui->fileselect(_("Load .hyp file..."), - _("Picks a hyperlynx file to load.\n"), "default.hyp", ".hyp", "hyp", PCB_HID_FSD_READ, NULL); + fname = pcb_gui->fileselect("Load .hyp file...", + "Picks a hyperlynx file to load.\n", "default.hyp", ".hyp", "hyp", PCB_HID_FSD_READ, NULL); } if (fname == NULL) { @@ -102,7 +101,7 @@ #endif if (debug > 0) - pcb_message(PCB_MSG_INFO, _("Importing Hyperlynx file '%s', debug level %d\n"), fname, debug); + pcb_message(PCB_MSG_INFO, "Importing Hyperlynx file '%s', debug level %d\n", fname, debug); pcb_event(PCB_EVENT_BUSY, NULL);