[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1200091752.10603.44.camel@localhost.localdomain>
Date: Fri, 11 Jan 2008 23:49:12 +0100
From: EGRY Gabor <gaboregry1@...nline.hu>
To: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-kernel@...kernel.org
Subject: [PATCH 6/10] kconfig: gconfig: symbol fix
Gettext support for symbol names are unnecessary.
Signed-off-by: Egry Gabor <gaboregry1@...nline.hu>
Reviewed-by: Sam Ravnborg <sam@...nborg.org>
---
kbuild-szilard/scripts/kconfig/gconf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN scripts/kconfig/gconf.c~kconfig-i18n-11-gconfig-symbol-fix scripts/kconfig/gconf.c
--- kbuild/scripts/kconfig/gconf.c~kconfig-i18n-11-gconfig-symbol-fix 2008-01-11 22:27:14.000000000 +0100
+++ kbuild-szilard/scripts/kconfig/gconf.c 2008-01-11 22:27:14.000000000 +0100
@@ -466,7 +466,7 @@ static void text_insert_help(struct menu
help = _(help);
if (menu->sym && menu->sym->name)
- name = g_strdup_printf(_(menu->sym->name));
+ name = g_strdup_printf(menu->sym->name);
else
name = g_strdup("");
_
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists