author | kergoth <kergoth> | 2003-01-16 05:12:28 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 05:12:28 (UTC) |
commit | ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2 (patch) (side-by-side diff) | |
tree | ca49caadf5e3629ec0be98a38ee1f47661977578 /noncore/applets | |
parent | cc976ca7f032c892d3dadcaadf2225c8869a6612 (diff) | |
download | opie-ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2.zip opie-ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2.tar.gz opie-ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2.tar.bz2 |
Move most of config categorization into root config, and consolated core vs noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
-rw-r--r-- | noncore/applets/notesapplet/config.in | 2 | ||||
-rw-r--r-- | noncore/applets/wirelessapplet/config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/applets/notesapplet/config.in b/noncore/applets/notesapplet/config.in index 6a90f19..9f13d55 100644 --- a/noncore/applets/notesapplet/config.in +++ b/noncore/applets/notesapplet/config.in @@ -1,4 +1,4 @@ config NOTESAPPLET - boolean "notesapplet" + boolean "Notes (quick note taking applet)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/applets/wirelessapplet/config.in b/noncore/applets/wirelessapplet/config.in index e502f93..c201bab 100644 --- a/noncore/applets/wirelessapplet/config.in +++ b/noncore/applets/wirelessapplet/config.in @@ -1,4 +1,4 @@ config WIRELESSAPPLET - boolean "wirelessapplet" + boolean "Wireless (view wireless signal strength, and renew IP on AP change)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |