gnome-terminal r2871 - trunk/src



Author: johan
Date: Wed Jun  4 22:31:13 2008
New Revision: 2871
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2871&view=rev

Log:
Bug 536693: gnome-terminal --help is lying and confusing, reviewed by Christian Perch

Modified:
   trunk/src/terminal.c

Modified: trunk/src/terminal.c
==============================================================================
--- trunk/src/terminal.c	(original)
+++ trunk/src/terminal.c	Wed Jun  4 22:31:13 2008
@@ -1401,7 +1401,7 @@
       G_OPTION_ARG_STRING,
       &parsing_results->startup_id,
       N_("ID for startup notification protocol."),
-      NULL
+      N_("STARTUPID")
     },
     {
       "title",
@@ -1446,7 +1446,7 @@
       G_OPTION_ARG_CALLBACK,
       option_active_callback,
       N_("Set the last specified tab as the active one in its window"),
-      N_("ZOOMFACTOR")
+      NULL
     },
     
     /*



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