[gimp/goat-invasion: 533/608] app: add missing formats to gimp_babl_get_description()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 533/608] app: add missing formats to gimp_babl_get_description()
- Date: Fri, 27 Apr 2012 21:10:10 +0000 (UTC)
commit 269e5c50d919003fa8acb35d4132d85de29d81b1
Author: Michael Natterer <mitch gimp org>
Date: Sun Apr 22 17:30:16 2012 +0200
app: add missing formats to gimp_babl_get_description()
app/gegl/gimp-babl.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/app/gegl/gimp-babl.c b/app/gegl/gimp-babl.c
index 8fa3e7b..f7d3b1f 100644
--- a/app/gegl/gimp-babl.c
+++ b/app/gegl/gimp-babl.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]