author | mickeyl <mickeyl> | 2004-02-04 11:44:41 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-02-04 11:44:41 (UTC) |
commit | cc0045d01be5368365059567764efc8f94c4bc0c (patch) (side-by-side diff) | |
tree | d464b21249e3992b0292cd0a5c214ae340c867f0 /examples | |
parent | 2e5cb130457186a1ee83e34c5230ce4cd4869a57 (diff) | |
download | opie-cc0045d01be5368365059567764efc8f94c4bc0c.zip opie-cc0045d01be5368365059567764efc8f94c4bc0c.tar.gz opie-cc0045d01be5368365059567764efc8f94c4bc0c.tar.bz2 |
deuglify
-rw-r--r-- | examples/todayplugin/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/todayplugin/config.in b/examples/todayplugin/config.in index 1f1efd9..53004cb 100644 --- a/examples/todayplugin/config.in +++ b/examples/todayplugin/config.in @@ -1,5 +1,5 @@ config TODAY_EXAMPLE - boolean "example" + boolean "Opie-Today Plugin Example" default "n" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE - comment "opie today example plugin" + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE + |