~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/verbs.h

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <cstring>
20
20
#include <string>
21
21
#include <string.h>
 
22
#include "config.h"
22
23
#include "require-config.h"   /* HAVE_GTK_WINDOW_FULLSCREEN */
23
24
#include "helper/helper-forward.h"
24
25
#include "forward.h"
271
272
    SP_VERB_UNHIDE_ALL,
272
273
    SP_VERB_UNHIDE_ALL_IN_ALL_LAYERS,
273
274
    /* Footer */
274
 
    SP_VERB_LAST
 
275
    SP_VERB_LAST,
 
276
    /* Color management */
 
277
    SP_VERB_EMBED_COLOR_PROFILE,
275
278
};
276
279
 
277
280
gchar *sp_action_get_title (const SPAction *action);