Description: Set the correct path to search for locales
Author: Felipe Sateler <fsateler@gmail.com>
--- a/Top/getstring.c
+++ b/Top/getstring.c
@@ -64,10 +64,7 @@
 /*       setlocale (LC_MESSAGES, s);    /\* Set to particular value *\/ */
 /*    textdomain("csound5"); */  /* This is not needed when using dgettext */
     /* bind_textdomain_codeset("csound5", "UTF-8"); */
-#ifdef never
-    /* This is experimental; where should these be?? */
-    bindtextdomain("csound5", "/home/jpff/Sourceforge/csound/csound5/po");
-#endif
+    bindtextdomain("csound5", "/usr/share/locale");
     setlocale(LC_NUMERIC, "C"); /* Ensure C syntax */
 }
 
