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

« back to all changes in this revision

Viewing changes to gnome-integration/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:
28
28
CD_APPLET_DEFINE_BEGIN ("gnome integration",
29
29
        1, 6, 2,
30
30
        CAIRO_DOCK_CATEGORY_APPLET_SYSTEM,
31
 
        N_("This applet provides functions for a better integration into a GNOME environnement.\n"
 
31
        "This applet provides functions for a better integration into a GNOME environnement.\n"
32
32
        "It is auto-activated, so you don't need to activate it.\n"
33
 
        "It is designed for the a GNOME version >= 2.22"),
 
33
        "It is designed for the a GNOME version >= 2.22",
34
34
        "Fabounet (Fabrice Rey)")
35
35
        if (g_iDesktopEnv == CAIRO_DOCK_GNOME && (glib_major_version > 2 || glib_minor_version >= 16))
36
36
        {