~cairo-dock-team/ubuntu/oneiric/cairo-dock-plug-ins/2.4.0-2.1

« back to all changes in this revision

Viewing changes to dialog-rendering/src/applet-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:
29
29
#include "applet-struct.h"
30
30
#include "applet-init.h"
31
31
 
32
 
CD_APPLET_DEFINE_BEGIN (N_("dialog rendering"),
 
32
CD_APPLET_DEFINE_BEGIN ("dialog rendering",
33
33
        2,0,0,
34
34
        CAIRO_DOCK_CATEGORY_THEME,
35
 
        N_("This plug-in provides some decorators for dialog bubbles."),
 
35
        "This plug-in provides some decorators for dialog bubbles.",
36
36
        "Fabrice Rey (Fabounet)")
37
37
        //\_______________ On definit notre interface.
38
38
        //pInterface->reloadModule = reload;