Mercurial > pidgin.yaz
changeset 8861:07f57b71bd5e
[gaim-migrate @ 9629]
Nickolai Zeldovich noticed a missing \n
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 03 May 2004 17:49:27 +0000 |
parents | a11807af171e |
children | f17670a9e4ef |
files | src/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Mon May 03 17:44:39 2004 +0000 +++ b/src/gtkblist.c Mon May 03 17:49:27 2004 +0000 @@ -2450,7 +2450,7 @@ } if (!statustext && !GAIM_BUDDY_IS_ONLINE(b)) - statustext = g_strdup(_("<b>Status:</b> Offline")); + statustext = g_strdup(_("\n<b>Status:</b> Offline")); if (b->signon > 0) loggedin = gaim_str_seconds_to_string(time(NULL) - b->signon);