-rw-r--r-- | examples/simple/config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/simple/config.in b/examples/simple/config.in index 3a1b265..47b2d7f 100644 --- a/examples/simple/config.in +++ b/examples/simple/config.in @@ -1,4 +1,4 @@ -CONFIG EXAMPLE_SIMPLE - boolean "Simple Example" - default "n" - depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES
\ No newline at end of file + config SIMPLE_EXAMPLE + boolean "Simple widget with a button" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES |