Index: trunk/src_plugins/lib_gtk_common/dlg_message.c =================================================================== --- trunk/src_plugins/lib_gtk_common/dlg_message.c (revision 6722) +++ trunk/src_plugins/lib_gtk_common/dlg_message.c (revision 6723) @@ -28,6 +28,7 @@ #include "config.h" #include "dlg_message.h" +#include "compat_nls.h" /** pcb_gtk_dlg_message: * Display a new GtkMessageDialog ... Index: trunk/src_plugins/lib_gtk_common/dlg_message.h =================================================================== --- trunk/src_plugins/lib_gtk_common/dlg_message.h (revision 6722) +++ trunk/src_plugins/lib_gtk_common/dlg_message.h (revision 6723) @@ -1,6 +1,3 @@ #include -/*FIXME: Remove this dependency : remove such: str _("text"); */ -#include "compat_nls.h" - gint pcb_gtk_dlg_message(const char *message, GtkWindow * parent);