zenity r1341 - in trunk: . src



Author: lucasr
Date: Mon Mar 17 19:28:49 2008
New Revision: 1341
URL: http://svn.gnome.org/viewvc/zenity?rev=1341&view=rev

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

	* src/option.c: added arg_description for --timeout option (Fixes 
	bug #516876). Patch from Luca Ferretti <elle uca libero it>. 


Modified:
   trunk/ChangeLog
   trunk/src/option.c

Modified: trunk/src/option.c
==============================================================================
--- trunk/src/option.c	(original)
+++ trunk/src/option.c	Mon Mar 17 19:28:49 2008
@@ -151,7 +151,8 @@
     G_OPTION_ARG_INT,
     &zenity_general_timeout_delay,
     N_("Set dialog timeout in seconds"),
-    NULL
+    /* Timeout for closing the dialog */
+    N_("TIMEOUT")
   },
   {
     NULL



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