summaryrefslogtreecommitdiff
path: root/examples/simple/config.in
Side-by-side diff
Diffstat (limited to 'examples/simple/config.in') (more/less context) (show whitespace changes)
-rw-r--r--examples/simple/config.in6
1 files changed, 3 insertions, 3 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"
+ config SIMPLE_EXAMPLE
+ boolean "Simple widget with a button"
+ default "y"
depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES \ No newline at end of file