gnome-panel r11380 - trunk/applets/notification_area



Author: vuntz
Date: Tue Dec  9 01:34:55 2008
New Revision: 11380
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11380&view=rev

Log:
2008-12-09  Vincent Untz  <vuntz gnome org>

	* na-tray-child.c: (na_tray_child_size_request): remove translatable
	string in a warning


Modified:
   trunk/applets/notification_area/ChangeLog
   trunk/applets/notification_area/na-tray-child.c

Modified: trunk/applets/notification_area/na-tray-child.c
==============================================================================
--- trunk/applets/notification_area/na-tray-child.c	(original)
+++ trunk/applets/notification_area/na-tray-child.c	Tue Dec  9 01:34:55 2008
@@ -120,7 +120,7 @@
     {
       gint nw = MAX (24, request->width);
       gint nh = MAX (24, request->height);
-      g_warning (_("tray icon has requested a size of (%i x %i), resizing to (%i x %i)"), 
+      g_warning ("Tray icon has requested a size of (%ix%i), resizing to (%ix%i)", 
                  req.width, req.height, nw, nh);
       request->width = nw;
       request->height = nh;



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