app: add missing formats to gimp_babl_get_description()

This commit is contained in:
Michael Natterer 2012-04-22 17:30:16 +02:00
parent 678255604d
commit 4f83ca48dc
1 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,9 @@ babl_descriptions[] =
{ "R' u8", N_("Red component") },
{ "G' u8", N_("Green component") },
{ "B' u8", N_("Blue component") },
{ "A u8", N_("Alpha component") }
{ "A u8", N_("Alpha component") },
{ "A float", N_("Alpha component") },
{ "A double", N_("Alpha component") }
};
static GHashTable *babl_description_hash = NULL;