gnome-session r4694 - in trunk: . gnome-session



Author: lucasr
Date: Sat May 17 14:44:27 2008
New Revision: 4694
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4694&view=rev

Log:
2008-05-17  Lucas Rocha  <lucasr gnome org>

	* gnome-session/logout-dialog.c: fixes small build warning.


Modified:
   trunk/ChangeLog
   trunk/gnome-session/logout-dialog.c

Modified: trunk/gnome-session/logout-dialog.c
==============================================================================
--- trunk/gnome-session/logout-dialog.c	(original)
+++ trunk/gnome-session/logout-dialog.c	Sat May 17 14:44:27 2008
@@ -299,7 +299,7 @@
     {
     case GSM_SESSION_LOGOUT_TYPE_LOGOUT:
       icon_name    = GSM_ICON_LOGOUT;
-      primary_text = _("Log out of this system now?");
+      primary_text = N_("Log out of this system now?");
 
       //FIXME need to verify that this response can be used
       logout_dialog->priv->default_response = GSM_LOGOUT_RESPONSE_LOGOUT;
@@ -320,7 +320,7 @@
       break;
     case GSM_SESSION_LOGOUT_TYPE_SHUTDOWN:
       icon_name    = GSM_ICON_SHUTDOWN;
-      primary_text = _("Shut down this system now?");
+      primary_text = N_("Shut down this system now?");
  
       logout_dialog->priv->default_response = GSM_LOGOUT_RESPONSE_SHUTDOWN;
 



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