diff src/log.c @ 12240:1c0fd404e07e

[gaim-migrate @ 14542] Some translation related changes from Bjoern Voigt committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Nov 2005 23:12:16 +0000
parents 52f27ffe68a5
children 4777c5912068
line wrap: on
line diff
--- a/src/log.c	Sun Nov 27 19:45:29 2005 +0000
+++ b/src/log.c	Sun Nov 27 23:12:16 2005 +0000
@@ -494,7 +494,7 @@
 
 	gaim_prefs_add_string("/core/logging/format", "txt");
 
-	html_logger = gaim_log_logger_new("html", "HTML", 8,
+	html_logger = gaim_log_logger_new("html", _("HTML"), 8,
 									  NULL,
 									  html_logger_write,
 									  html_logger_finalize,
@@ -505,7 +505,7 @@
 									  html_logger_list_syslog);
 	gaim_log_logger_add(html_logger);
 
-	txt_logger = gaim_log_logger_new("txt", "Plain text", 8,
+	txt_logger = gaim_log_logger_new("txt", _("Plain text"), 8,
 									 NULL,
 									 txt_logger_write,
 									 txt_logger_finalize,
@@ -516,7 +516,7 @@
 									 txt_logger_list_syslog);
 	gaim_log_logger_add(txt_logger);
 
-	old_logger = gaim_log_logger_new("old", "Old Gaim", 9,
+	old_logger = gaim_log_logger_new("old", _("Old Gaim"), 9,
 									 NULL,
 									 NULL,
 									 old_logger_finalize,