| 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", |