summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2008-06-10 14:18:41 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2008-06-10 14:18:41 +0000
commitcd2ec48c33bc4e325e00a66e529a72f38acc7e70 (patch)
treebc1f6ef8b42844584618337a6cdde65f38ec6405 /rules/glib.in
parentbda54c5c5c202dddc2b30214b3cd24e7e4b50ac4 (diff)
downloadptxdist-cd2ec48c33bc4e325e00a66e529a72f38acc7e70.tar.gz
ptxdist-cd2ec48c33bc4e325e00a66e529a72f38acc7e70.tar.xz
* menu cleanup. "--->" Should now appear in the same column in all menus.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8484 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/glib.in b/rules/glib.in
index 91986c943..44a225b91 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -14,7 +14,7 @@ menuconfig GLIB
if GLIB
choice
- prompt "iconv variant"
+ prompt "iconv variant "
default GLIB__LIBICONV_GNU
config GLIB__LIBICONV_GNU
@@ -23,7 +23,7 @@ choice
config GLIB__LIBICONV_NATIVE
bool
- prompt "native"
+ prompt "native "
endchoice
@@ -33,15 +33,15 @@ choice
config GLIB__GETTEXT_NONE
bool
- prompt "not needed"
+ prompt "not needed "
config GLIB__GETTEXT_GETTEXT
bool
- prompt "gnu (gettext)"
+ prompt "gnu (gettext) "
config GLIB__GETTEXT_DUMMY
bool
- prompt "dummy"
+ prompt "dummy "
endchoice