-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 |