Author: akv
Date: 2010-04-07 21:08:13 +0200 (Wed, 07 Apr 2010)
New Revision: 3348
Modified:
trunk/plugins/colorspace-srgb/colorspace-srgb.c
Log:
Don't use empty gettext - warning: Empty msgid. It is reserved by GNU gettext:
gettext("") returns the header entry with meta information, not the empty
string.
Modified: trunk/plugins/colorspace-srgb/colorspace-srgb.c
===================================================================
--- trunk/plugins/colorspace-srgb/colorspace-srgb.c 2010-04-07 19:03:24 UTC
(rev 3347)
+++ trunk/plugins/colorspace-srgb/colorspace-srgb.c 2010-04-07 19:08:13 UTC
(rev 3348)
@@ -57,7 +57,7 @@
RSColorSpaceClass *colorclass = RS_COLOR_SPACE_CLASS(klass);
colorclass->name = "sRGB";
- colorclass->description = _("");
+ colorclass->description = "";
colorclass->get_icc_profile = get_icc_profile;
colorclass->get_gamma_function = get_gamma_function;
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit