comparison finch/finch.c @ 16931:dd768c576ab2

disapproval of revision 'e9933d653551beb8b5f477dcf2c6bd1f3d239c55'
author Richard Laager <rlaager@wiktel.com>
date Tue, 08 May 2007 03:38:18 +0000
parents 955db6f31006
children 816759ae9644
comparison
equal deleted inserted replaced
16929:955db6f31006 16931:dd768c576ab2
272 show_usage(argv[0], FALSE); 272 show_usage(argv[0], FALSE);
273 return 0; 273 return 0;
274 } 274 }
275 /* show version message */ 275 /* show version message */
276 if (opt_version) { 276 if (opt_version) {
277 printf("%s v%s.\n", "Finch", VERSION); 277 printf("%s %s\n", _("Finch"), VERSION);
278 return 0; 278 return 0;
279 } 279 }
280 280
281 /* set a user-specified config directory */ 281 /* set a user-specified config directory */
282 if (opt_config_dir_arg != NULL) { 282 if (opt_config_dir_arg != NULL) {
301 char *old = g_strconcat(purple_home_dir(), 301 char *old = g_strconcat(purple_home_dir(),
302 G_DIR_SEPARATOR_S ".gaim", NULL); 302 G_DIR_SEPARATOR_S ".gaim", NULL);
303 char *text = g_strdup_printf(_( 303 char *text = g_strdup_printf(_(
304 "%s encountered errors migrating your settings " 304 "%s encountered errors migrating your settings "
305 "from %s to %s. Please investigate and complete the " 305 "from %s to %s. Please investigate and complete the "
306 "migration by hand. Please report this error at http://developer.pidgin.im"), "Finch", 306 "migration by hand. Please report this error at http://developer.pidgin.im"), _("Finch"),
307 old, purple_user_dir()); 307 old, purple_user_dir());
308 308
309 g_free(old); 309 g_free(old);
310 310
311 purple_print_utf8_to_console(stderr, text); 311 purple_print_utf8_to_console(stderr, text);