gnome-terminal r3137 - trunk/src



Author: chpe
Date: Tue Oct  7 14:31:18 2008
New Revision: 3137
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=3137&view=rev

Log:
Update unsupported option help to point to non-deprecated option
--profile.

Modified:
   trunk/src/terminal-options.c

Modified: trunk/src/terminal-options.c
==============================================================================
--- trunk/src/terminal-options.c	(original)
+++ trunk/src/terminal-options.c	Tue Oct  7 14:31:18 2008
@@ -180,7 +180,7 @@
 {
   g_printerr (_("Option \"%s\" is no longer supported in this version of gnome-terminal;"
                " you might want to create a profile with the desired setting, and use"
-               " the new '--window-with-profile' option\n"), option_name);
+               " the new '--profile' option\n"), option_name);
   return TRUE; /* we do not want to bail out here but continue */
 }
 



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