diff src/main.c @ 10:6d50eaba8e4b

######## DO NOT BASE ENHANCEMENTS OR TRANSLATION UPDATES ON CODE IN THIS CVS! This CVS is never up to date with current development and is provided solely for reference purposes, please use the latest official release package when making any changes or translation updates. ######## Sync to GQview 2.0.0 release.
author gqview
date Sun, 27 Feb 2005 18:19:07 +0000
parents d907d608745f
children 56866f205a68
line wrap: on
line diff
--- a/src/main.c	Sat Feb 26 00:13:35 2005 +0000
+++ b/src/main.c	Sun Feb 27 18:19:07 2005 +0000
@@ -1184,9 +1184,9 @@
 
 	/* setup locale, i18n */
 	gtk_set_locale();
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	bind_textdomain_codeset (PACKAGE, "UTF-8");
-	textdomain (PACKAGE);
+	bindtextdomain(PACKAGE, GQVIEW_LOCALEDIR);
+	bind_textdomain_codeset(PACKAGE, "UTF-8");
+	textdomain(PACKAGE);
 
 	/* setup random seed for random slideshow */
         srand(time(NULL));