author | mickeyl <mickeyl> | 2004-04-02 14:01:41 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-02 14:01:41 (UTC) |
commit | 2f2d702e37cc391dd547eaa7e2432d86285e546d (patch) (side-by-side diff) | |
tree | aabf27915ab99431eaf39d15f002c199917db3e4 | |
parent | b48839f984a7940d54eb600bddcf174e9bc86f5d (diff) | |
download | opie-2f2d702e37cc391dd547eaa7e2432d86285e546d.zip opie-2f2d702e37cc391dd547eaa7e2432d86285e546d.tar.gz opie-2f2d702e37cc391dd547eaa7e2432d86285e546d.tar.bz2 |
improve visible name
-rw-r--r-- | core/pim/today/plugins/datebook/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/today/plugins/datebook/config.in b/core/pim/today/plugins/datebook/config.in index 9578e0b..2963381 100644 --- a/core/pim/today/plugins/datebook/config.in +++ b/core/pim/today/plugins/datebook/config.in @@ -1,8 +1,8 @@ config TODAY_DATEBOOK - boolean "datebook" + boolean "opie-today-datebookplugin" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && LIBOPIE2CORE - comment "opie-datebook-plugin requires libopie2ui and libopie2core" + comment "opie-today-datebookplugin requires libopie2ui and libopie2core" depends !( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && LIBOPIE2CORE |