-rw-r--r-- | core/launcher/config.in | 2 | ||||
-rw-r--r-- | core/opie-login/config.in | 2 | ||||
-rw-r--r-- | core/opiealarm/config.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/launcher/config.in b/core/launcher/config.in index 5405cc2..2d9c1c2 100644 --- a/core/launcher/config.in +++ b/core/launcher/config.in @@ -1,16 +1,16 @@ config LAUNCHER - boolean "Launcher" + boolean "opie-taskbar (program launcher qpe for Opie)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE if LAUNCHER config PRELOAD boolean default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LAUNCHER config LAUNCHER_CORE boolean default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LAUNCHER && PRELOAD endif diff --git a/core/opie-login/config.in b/core/opie-login/config.in index ba428ba..339b589 100644 --- a/core/opie-login/config.in +++ b/core/opie-login/config.in @@ -1,4 +1,4 @@ config OPIE-LOGIN - boolean "Opie-login (Initial Login app, ala xdm/kdm/gdm)" + boolean "opie-login (Initial Login app, ala xdm/kdm/gdm)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/core/opiealarm/config.in b/core/opiealarm/config.in index f86d01c..2be9bd4 100644 --- a/core/opiealarm/config.in +++ b/core/opiealarm/config.in @@ -1,4 +1,4 @@ config OPIEALARM - boolean "Opiealarm (Alarm daemon, sets RTC with wakeup time on suspend)" + boolean "opie-opiealarm (Alarm daemon, sets RTC with wakeup time on suspend)" depends ! TARGET_X86 default "y" |