console/gntgaim.c

changeset 15098
e4f3eb20c4e3
parent 15097
c92847a352a1
child 15618
5db48a954870
equal deleted inserted replaced
15097:c92847a352a1 15098:e4f3eb20c4e3
261 {0, 0, 0, 0} 261 {0, 0, 0, 0}
262 }; 262 };
263 263
264 gaim_br_set_locate_fallback_func(gnt_find_binary_location, argv[0]); 264 gaim_br_set_locate_fallback_func(gnt_find_binary_location, argv[0]);
265 265
266 #ifdef ENABLE_NLS
267 bindtextdomain(PACKAGE, LOCALEDIR);
268 bind_textdomain_codeset(PACKAGE, "UTF-8");
269 textdomain(PACKAGE);
270 #endif
271
272 #ifdef HAVE_SETLOCALE
273 setlocale(LC_ALL, "");
274 #endif
275
266 /* scan command-line options */ 276 /* scan command-line options */
267 opterr = 1; 277 opterr = 1;
268 while ((opt = getopt_long(argc, argv, 278 while ((opt = getopt_long(argc, argv,
269 #ifndef _WIN32 279 #ifndef _WIN32
270 "c:dhn::s:v", 280 "c:dhn::s:v",

mercurial