* [PATCH 9/10] kconfig: macro fix in menu.c
@ 2008-01-11 22:53 EGRY Gabor
0 siblings, 0 replies; only message in thread
From: EGRY Gabor @ 2008-01-11 22:53 UTC (permalink / raw)
To: linux-kbuild, linux-kernel, linux-kernel
This patch removes the indirect I18N support for config file.
Signed-off-by: Egry Gabor <gaboregry1@t-online.hu>
---
kbuild-szilard/scripts/kconfig/menu.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -puN scripts/kconfig/menu.c~kconfig-i18n-16-menu-fix scripts/kconfig/menu.c
--- kbuild/scripts/kconfig/menu.c~kconfig-i18n-16-menu-fix 2008-01-11 22:27:18.000000000 +0100
+++ kbuild-szilard/scripts/kconfig/menu.c 2008-01-11 22:27:18.000000000 +0100
@@ -394,9 +394,9 @@ bool menu_is_visible(struct menu *menu)
const char *menu_get_prompt(struct menu *menu)
{
if (menu->prompt)
- return _(menu->prompt->text);
+ return menu->prompt->text;
else if (menu->sym)
- return _(menu->sym->name);
+ return menu->sym->name;
return NULL;
}
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-11 22:55 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:53 [PATCH 9/10] kconfig: macro fix in menu.c 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®