Index: trunk/src_plugins/lib_gtk_hid/actions.c =================================================================== --- trunk/src_plugins/lib_gtk_hid/actions.c (revision 8117) +++ trunk/src_plugins/lib_gtk_hid/actions.c (revision 8118) @@ -105,6 +105,7 @@ if (argc != 0) PCB_AFAIL(editlayergroups); +#warning TODO: get rid of _() here and in the tree creation too; then delete this action and use a DoWindows() call directly from the menu files s = pcb_concat(_("User PoV"), "/", _("Layers"), NULL); pcb_hid_actionl("DoWindows", "Preferences", "1", s, NULL); free(s);