[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: [PATCH 2/7] PCB localization



Localize "need coord" message before output

diff --git a/src/hid/common/actions.c b/src/hid/common/actions.c
index 9fa129d..d1e87f5 100644
--- a/src/hid/common/actions.c
+++ b/src/hid/common/actions.c
@@ -231,7 +231,7 @@ hid_actionv (const char *name, int argc, char **argv)
     }

   if (a->need_coord_msg)
-    gui->get_coords (a->need_coord_msg, &x, &y);
+    gui->get_coords (_(a->need_coord_msg), &x, &y);

   if (Settings.verbose)
     {


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user