Index: trunk/src_plugins/io_hyp/io_hyp.c =================================================================== --- trunk/src_plugins/io_hyp/io_hyp.c (revision 23707) +++ trunk/src_plugins/io_hyp/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); Index: trunk/src_plugins/io_pcb/parse_l.c =================================================================== --- trunk/src_plugins/io_pcb/parse_l.c (revision 23707) +++ trunk/src_plugins/io_pcb/parse_l.c (revision 23708) @@ -694,7 +694,6 @@ #include "plug_footprint.h" #include "attribs.h" #include "compat_misc.h" -#include "compat_nls.h" #include "compat_cc.h" #include "obj_common.h" #include "paths.h" Index: trunk/src_plugins/io_pcb/parse_l.l =================================================================== --- trunk/src_plugins/io_pcb/parse_l.l (revision 23707) +++ trunk/src_plugins/io_pcb/parse_l.l (revision 23708) @@ -54,7 +54,6 @@ #include "plug_footprint.h" #include "attribs.h" #include "compat_misc.h" -#include "compat_nls.h" #include "compat_cc.h" #include "obj_common.h" #include "paths.h"