summaryrefslogtreecommitdiff
path: root/examples/simple-main
authorzecke <zecke>2003-08-30 21:22:49 (UTC)
committer zecke <zecke>2003-08-30 21:22:49 (UTC)
commitf52226ebfac87af435c6c227e18a0fbcbdff41d8 (patch) (side-by-side diff)
tree5ac880008770527e443d342c255d3b04f807c04e /examples/simple-main
parent1ac46a7eb18e8755891a489888d0b8bb71ef8455 (diff)
downloadopie-f52226ebfac87af435c6c227e18a0fbcbdff41d8.zip
opie-f52226ebfac87af435c6c227e18a0fbcbdff41d8.tar.gz
opie-f52226ebfac87af435c6c227e18a0fbcbdff41d8.tar.bz2
Fix the config.in
Diffstat (limited to 'examples/simple-main') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/simple-main/config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/simple-main/config.in b/examples/simple-main/config.in
index 311e594..57cf603 100644
--- a/examples/simple-main/config.in
+++ b/examples/simple-main/config.in
@@ -1,4 +1,4 @@
-CONFIG EXAMPLE_SIMPLE
- boolean "Simple MainWindow Example"
- default "n"
- depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES \ No newline at end of file
+ config SIMPLE_MAIN
+ boolean "Simple Mainwindow with Actions buttons and iconsets"
+ default "y"
+ depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES