comparison libpurple/protocols/msn/msn.c @ 20044:4fdf9c1212e2

Mark new MSN string translatable now that we're no longer string frozen.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 15 Sep 2007 03:01:22 +0000
parents e73e510d56ec
children 2a4550082d66 c37128d87d5a bd60afa72fce
comparison
equal deleted inserted replaced
20043:4d278e98b5ac 20044:4fdf9c1212e2
2194 option = purple_account_option_bool_new(_("Use HTTP Method"), 2194 option = purple_account_option_bool_new(_("Use HTTP Method"),
2195 "http_method", FALSE); 2195 "http_method", FALSE);
2196 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, 2196 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
2197 option); 2197 option);
2198 2198
2199 /* TODO: Mark translatable as soon as 2.2.0 is released and we're not string frozen */ 2199 option = purple_account_option_string_new(_("HTTP Method Server"),
2200 option = purple_account_option_string_new("HTTP Method Server",
2201 "http_method_server", MSN_HTTPCONN_SERVER); 2200 "http_method_server", MSN_HTTPCONN_SERVER);
2202 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, 2201 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
2203 option); 2202 option);
2204 2203
2205 option = purple_account_option_bool_new(_("Show custom smileys"), 2204 option = purple_account_option_bool_new(_("Show custom smileys"),