author | mickeyl <mickeyl> | 2004-02-05 22:03:35 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-02-05 22:03:35 (UTC) |
commit | 12c65d54aeb9f3f997f98812c4d21aeb8916d4f7 (patch) (side-by-side diff) | |
tree | 062250c6b4f867148c67ed5284164f35b98a31f9 /examples | |
parent | b9b733ce0a128c9a0cf41607b743f5e4e072670b (diff) | |
download | opie-12c65d54aeb9f3f997f98812c4d21aeb8916d4f7.zip opie-12c65d54aeb9f3f997f98812c4d21aeb8916d4f7.tar.gz opie-12c65d54aeb9f3f997f98812c4d21aeb8916d4f7.tar.bz2 |
improve naming and fix depends
-rw-r--r-- | examples/applet/config.in | 2 | ||||
-rw-r--r-- | examples/inputmethod/config.in | 4 | ||||
-rw-r--r-- | examples/menuapplet/config.in | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/examples/applet/config.in b/examples/applet/config.in index 6ea55d3..177de27 100644 --- a/examples/applet/config.in +++ b/examples/applet/config.in @@ -1,4 +1,4 @@ config APPLET_EXAMPLE - boolean "Applet Example" + boolean "Taskbar Applet Example" default "y" depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES diff --git a/examples/inputmethod/config.in b/examples/inputmethod/config.in index 7afe926..b7cfe76 100644 --- a/examples/inputmethod/config.in +++ b/examples/inputmethod/config.in @@ -1,4 +1,4 @@ config EXAMPLE_BOARD - boolean "Input Method" + boolean "Input Method Example" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && EXAMPLES diff --git a/examples/menuapplet/config.in b/examples/menuapplet/config.in index f5b4c24..c834afb 100644 --- a/examples/menuapplet/config.in +++ b/examples/menuapplet/config.in @@ -1,4 +1,4 @@ config EXAMPLE_MENU - boolean "Menu Applet" + boolean "O-Menu Applet" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && EXAMPLES |