~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/cairo-dock-internal-views.c

  • Committer: fabounet
  • Date: 2009-05-13 00:19:41 UTC
  • Revision ID: vcs-imports@canonical.com-20090513001941-bjexfhfb1lndkwny
correction du bug sur les miniatures + maj des scripts : option -m

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
{
74
74
        static const gchar *cDependencies[3] = {"dock rendering", N_("It provides different views to Cairo-Dock. Activate it first if you want to select a different view for your docks."), NULL};
75
75
        pModule->cModuleName = "Views";
76
 
        pModule->cTitle = "Views";
 
76
        pModule->cTitle = N_("Views");
77
77
        pModule->cIcon = CAIRO_DOCK_SHARE_DATA_DIR"/icon-views.svg";
78
78
        pModule->cDescription = N_("Select a view for each of your docks.");
79
79
        pModule->iCategory = CAIRO_DOCK_CATEGORY_THEME;