[gnome-color-manager] Add CONNECTION_type to the list of translated metadata keys



commit b2ade93c925fefccb36865d9ebfc414073af8c19
Author: Richard Hughes <richard hughsie com>
Date:   Thu Jan 12 13:06:36 2012 +0000

    Add CONNECTION_type to the list of translated metadata keys

 src/gcm-utils.h  |    3 +++
 src/gcm-viewer.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-utils.h b/src/gcm-utils.h
index 1fcaefb..ce3a2c8 100644
--- a/src/gcm-utils.h
+++ b/src/gcm-utils.h
@@ -38,6 +38,9 @@
 #ifndef CD_PROFILE_METADATA_SCREEN_SURFACE
 #define CD_PROFILE_METADATA_SCREEN_SURFACE		"SCREEN_surface"
 #endif
+#ifndef CD_PROFILE_METADATA_CONNECTION_TYPE
+#define CD_PROFILE_METADATA_CONNECTION_TYPE		"CONNECTION_type"
+#endif
 
 /* DISTROS: you will have to patch if you have changed the name of these packages */
 #define GCM_PREFS_PACKAGE_NAME_SHARED_COLOR_TARGETS	"shared-color-targets"
diff --git a/src/gcm-viewer.c b/src/gcm-viewer.c
index 0dd328c..6e446fc 100644
--- a/src/gcm-viewer.c
+++ b/src/gcm-viewer.c
@@ -779,6 +779,7 @@ struct {
 	{ CD_PROFILE_METADATA_MAPPING_QUALIFIER,	N_("Mapping qualifier") },
 	{ CD_PROFILE_METADATA_MEASUREMENT_DEVICE,	N_("Calibration device") },
 	{ CD_PROFILE_METADATA_SCREEN_SURFACE,		N_("Screen surface finish") },
+	{ CD_PROFILE_METADATA_CONNECTION_TYPE,		N_("Connection type") },
 	{ NULL, NULL }
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]