textdomain
[platform/upstream/gcc48.git] / gcc / intl.c
index 262745f..8477a09 100644 (file)
@@ -55,8 +55,8 @@ gcc_init_libintl (void)
   setlocale (LC_ALL, "");
 #endif
 
-  (void) bindtextdomain ("gcc", LOCALEDIR);
-  (void) textdomain ("gcc");
+  (void) bindtextdomain ("gcc-4.7", LOCALEDIR);
+  (void) textdomain ("gcc-4.7");
 
   /* Opening quotation mark.  */
   open_quote = _("`");