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

« back to all changes in this revision

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

  • Committer: fabounet
  • Date: 2010-03-14 02:21:34 UTC
  • mfrom: (503.1.10 cairo-dock-core2)
  • Revision ID: fabounet03@gmail.com-20100314022134-1you24295vgludts
the Core can now be compiled with cmake : cmake CMakeLists.txt  -DCMAKE_INSTALL_PREFIX=/usr

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <string.h>
21
21
#include <stdlib.h>
22
22
 
 
23
#include "../config.h"
23
24
#include "cairo-dock-modules.h"
24
25
#include "cairo-dock-load.h"
25
26
#include "cairo-dock-draw.h"
427
428
 
428
429
DEFINE_PRE_INIT (Icons)
429
430
{
430
 
        static const gchar *cDependencies[3] = {"Animated icons", N_("It provides many animations to your icons."), NULL};
 
431
        static const gchar *cDependencies[3] = {"Animated icons", N_("Provides various animations for your icons."), NULL};
431
432
        pModule->cModuleName = "Icons";
432
433
        pModule->cTitle = N_("Icons");
433
434
        pModule->cIcon = "icon-icons.svg";