# HG changeset patch # User Etan Reisner # Date 1108021854 0 # Node ID eb2e5f06452a70baf727a3ed612044ab588afdea # Parent a6b8a23b4d5fe564fbced8a058aa3d878bd1af85 [gaim-migrate @ 11990] Maybe that's everything, if not the rest can wait till tomorrow. Thanks again Nathan Fredrickson. committer: Tailor Script diff -r a6b8a23b4d5f -r eb2e5f06452a plugins/gaimrc.c --- a/plugins/gaimrc.c Thu Feb 10 07:32:52 2005 +0000 +++ b/plugins/gaimrc.c Thu Feb 10 07:50:54 2005 +0000 @@ -207,7 +207,7 @@ int subscript = GPOINTER_TO_INT(data); g_snprintf(title, sizeof(title), _("Select Color for %s"), - color_names[GPOINTER_TO_INT(data)]); + _(color_names[GPOINTER_TO_INT(data)])); color_dialog = gtk_color_selection_dialog_new(_("Select Color")); g_signal_connect(G_OBJECT(color_dialog), "response", G_CALLBACK(gaimrc_color_response), data); @@ -244,7 +244,7 @@ int subscript = GPOINTER_TO_INT(data); g_snprintf(title, sizeof(title), _("Select Font for %s"), - font_names[subscript]); + _(font_names[subscript])); font_dialog = gtk_font_selection_dialog_new(title); g_signal_connect(G_OBJECT(font_dialog), "response", G_CALLBACK(gaimrc_font_response), data);