dia r4283 - in trunk: . plug-ins/dxf



Author: hans
Date: Sun Feb 15 17:20:33 2009
New Revision: 4283
URL: http://svn.gnome.org/viewvc/dia?rev=4283&view=rev

Log:
2009-02-15  Hans Breuer  <hans breuer org>

	* plug-ins/dxf/dxf-import.c : no localization of debug messages




Modified:
   trunk/ChangeLog
   trunk/plug-ins/dxf/dxf-import.c

Modified: trunk/plug-ins/dxf/dxf-import.c
==============================================================================
--- trunk/plug-ins/dxf/dxf-import.c	(original)
+++ trunk/plug-ins/dxf/dxf-import.c	Sun Feb 15 17:20:33 2009
@@ -1064,7 +1064,7 @@
      {
       case 40: 
 	coord_scale = g_ascii_strtod(data->value, NULL);
-	g_message(_("Scale: %f\n"), coord_scale );
+	g_message("Scale: %f", coord_scale );
 	break;
       
       default:



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