~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/extension/internal/bitmap/colorize.cpp

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                                "<effects-menu>\n"
55
55
                                        "<submenu name=\"" N_("Raster") "\" />\n"
56
56
                                "</effects-menu>\n"
57
 
                                "<menu-tip>" N_("Colorize selected bitmap(s) with specified color, using given opacity.") "</menu-tip>\n"
 
57
                                "<menu-tip>" N_("Colorize selected bitmap(s) with specified color, using given opacity") "</menu-tip>\n"
58
58
                        "</effect>\n"
59
59
                "</inkscape-extension>\n", new Colorize());
60
60
}