Description: Set the correct path to search for locales
Author: Felipe Sateler <fsateler@gmail.com>
--- a/Top/getstring.c
+++ b/Top/getstring.c
@@ -63,10 +63,8 @@
 /*       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");
 }
 
 PUBLIC char *csoundLocalizeString(const char *s)
