From 6bec96cd4d2f2ec58e090b9e7e85c5834541eb7a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 23 Sep 2005 21:49:02 +0000 Subject: [PATCH] Replaced gettext with macro "_" --- src/common/weechat.c | 2 +- weechat/src/common/weechat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/weechat.c b/src/common/weechat.c index b5c275508..3d9998ce3 100644 --- a/src/common/weechat.c +++ b/src/common/weechat.c @@ -322,7 +322,7 @@ void wee_display_config_options () break; } printf (_(" . description: %s\n\n"), - gettext (weechat_options[i][j].long_description)); + _(weechat_options[i][j].long_description)); j++; } } diff --git a/weechat/src/common/weechat.c b/weechat/src/common/weechat.c index b5c275508..3d9998ce3 100644 --- a/weechat/src/common/weechat.c +++ b/weechat/src/common/weechat.c @@ -322,7 +322,7 @@ void wee_display_config_options () break; } printf (_(" . description: %s\n\n"), - gettext (weechat_options[i][j].long_description)); + _(weechat_options[i][j].long_description)); j++; } }