gimp r27604 - in trunk: . app/display po



Author: neo
Date: Mon Nov 10 19:40:34 2008
New Revision: 27604
URL: http://svn.gnome.org/viewvc/gimp?rev=27604&view=rev

Log:
2008-11-10  Sven Neumann  <sven gimp org>

	* app/display/gimpcursorview.c: added translation context.



Modified:
   trunk/ChangeLog
   trunk/app/display/gimpcursorview.c
   trunk/po/de.po

Modified: trunk/app/display/gimpcursorview.c
==============================================================================
--- trunk/app/display/gimpcursorview.c	(original)
+++ trunk/app/display/gimpcursorview.c	Mon Nov 10 19:40:34 2008
@@ -285,12 +285,14 @@
   view->selection_width_label = gtk_label_new (_("n/a"));
   gtk_misc_set_alignment (GTK_MISC (view->selection_width_label), 1.0, 0.5);
   gimp_table_attach_aligned (GTK_TABLE (table), 0, 0,
+                             /* Width */
                              _("W"), 0.5, 0.5,
                              view->selection_width_label, 1, FALSE);
 
   view->selection_height_label = gtk_label_new (_("n/a"));
   gtk_misc_set_alignment (GTK_MISC (view->selection_height_label), 1.0, 0.5);
   gimp_table_attach_aligned (GTK_TABLE (table), 0, 1,
+                             /* Height */
                              _("H"), 0.5, 0.5,
                              view->selection_height_label, 1, FALSE);
 



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