~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric-updates

« back to all changes in this revision

Viewing changes to dock-rendering/src/rendering-init.c

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
CD_APPLET_DEFINE_BEGIN ("dock rendering",
129
129
        2, 0, 0,
130
130
        CAIRO_DOCK_CATEGORY_THEME,
131
 
        N_("This module adds different views to your dock.\n"
 
131
        "This module adds different views to your dock.\n"
132
132
        "Any dock or sub-dock can be displayed with the view of your choice.\n"
133
 
        "Currently, 3D-plane, Caroussel, Parabolic, Rainbow, Slide, and Curve views are provided."),
 
133
        "Currently, 3D-plane, Caroussel, Parabolic, Rainbow, Slide, and Curve views are provided.",
134
134
        "Fabounet (Fabrice Rey) & parAdOxxx_ZeRo")
135
135
        CD_APPLET_DEFINE_COMMON_APPLET_INTERFACE;
136
136
        CD_APPLET_SET_CONTAINER_TYPE (CAIRO_DOCK_MODULE_IS_PLUGIN);