comparison src/main.c @ 687:d100e927488f

Fix spurious end of line introduced in revision 780.
author zas_
date Mon, 19 May 2008 08:24:10 +0000
parents c0dda0ffb931
children a3218946bd2d
comparison
equal deleted inserted replaced
686:c0dda0ffb931 687:d100e927488f
721 init_exec_time(); 721 init_exec_time();
722 722
723 /* setup locale, i18n */ 723 /* setup locale, i18n */
724 gtk_set_locale(); 724 gtk_set_locale();
725 725
726 #ifdef ENABLE_NLS \ 726 #ifdef ENABLE_NLS
727 bindtextdomain(PACKAGE, GQ_LOCALEDIR); 727 bindtextdomain(PACKAGE, GQ_LOCALEDIR);
728 bind_textdomain_codeset(PACKAGE, "UTF-8"); 728 bind_textdomain_codeset(PACKAGE, "UTF-8");
729 textdomain(PACKAGE); 729 textdomain(PACKAGE);
730 #endif 730 #endif
731 731
732 /* setup random seed for random slideshow */ 732 /* setup random seed for random slideshow */