* [PATCH 6/10] kconfig: gconfig: symbol fix
@ 2008-01-11 22:49 EGRY Gabor
0 siblings, 0 replies; only message in thread
From: EGRY Gabor @ 2008-01-11 22:49 UTC (permalink / raw)
To: linux-kbuild, linux-kernel, linux-kernel
Gettext support for symbol names are unnecessary.
Signed-off-by: Egry Gabor <gaboregry1@t-online.hu>
Reviewed-by: Sam Ravnborg <sam@ravnborg.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("");
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-11 22:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-11 22:49 [PATCH 6/10] kconfig: gconfig: symbol fix EGRY Gabor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®