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