Initial integration of Bruno's Label tool, with tons of help from Pere.

This commit is contained in:
William Kendrick 2009-10-04 05:49:47 +00:00
parent 7b7880307d
commit a90f2548dc
92 changed files with 10535 additions and 7408 deletions

View file

@ -42,6 +42,7 @@ enum
TITLE_STAMPS,
TITLE_SHAPES,
TITLE_LETTERS,
TITLE_LABEL,
TITLE_MAGIC,
NUM_TITLES
};
@ -73,6 +74,9 @@ const char *const title_names[NUM_TITLES] = {
// Title of font selector (buttons down the right for text tool)
gettext_noop("Letters"),
// Title of font selector (buttons down the right for label tool)
gettext_noop("Label"),
// Title of magic tool selector (buttons down the right for magic (effect plugin) tool)
gettext_noop("Magic")
};