nautilus r14394 - in trunk: . src/file-manager



Author: cneumair
Date: Mon Jul 21 15:29:02 2008
New Revision: 14394
URL: http://svn.gnome.org/viewvc/nautilus?rev=14394&view=rev

Log:
2008-07-21  Christian Neumair  <cneumair gnome org>

	* configure.in:
	* src/file-manager/fm-properties-window.c
	(value_field_update_internal):
	Use C_() instead of Q_(). Require intltool 0.36.3.


Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/src/file-manager/fm-properties-window.c

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jul 21 15:29:02 2008
@@ -111,7 +111,7 @@
 AM_GLIB_GNU_GETTEXT
 GLIB_DEFINE_LOCALEDIR(GNOMELOCALEDIR)
 
-IT_PROG_INTLTOOL([0.35.0])
+IT_PROG_INTLTOOL([0.36.3])
 
 dnl ==========================================================================
 

Modified: trunk/src/file-manager/fm-properties-window.c
==============================================================================
--- trunk/src/file-manager/fm-properties-window.c	(original)
+++ trunk/src/file-manager/fm-properties-window.c	Mon Jul 21 15:29:02 2008
@@ -1360,7 +1360,7 @@
 							    inconsistent_string);
 		if (strcmp (mime_type, inconsistent_string)) {
 			tmp = attribute_value;
-			attribute_value = g_strdup_printf (Q_("MIME type description (MIME type)|%s (%s)"), attribute_value, mime_type);
+			attribute_value = g_strdup_printf (C_("MIME type description (MIME type)", "%s (%s)"), attribute_value, mime_type);
 			g_free (tmp);
 		}
 		g_free (mime_type);



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