gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gnash.cpp


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash/gui gnash.cpp
Date: Mon, 10 Mar 2008 20:36:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/03/10 20:36:39

Modified files:
        gui            : gnash.cpp 

Log message:
        Get -vp and -va the right way round...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gnash.cpp?cvsroot=gnash&r1=1.105&r2=1.106

Patches:
Index: gnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gnash.cpp,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- gnash.cpp   10 Mar 2008 20:07:05 -0000      1.105
+++ gnash.cpp   10 Mar 2008 20:36:39 -0000      1.106
@@ -108,12 +108,12 @@
         "  -v            Be verbose; i.e. print log messages to stdout\n"
                ),
 #if VERBOSE_ACTION
-      _("  -va           Be (very) verbose about parsing\n"),
+      _("  -va           Be (very) verbose about action execution\n"),
 #else
        "",
 #endif
 #if VERBOSE_PARSE
-      _("  -vp           Be (very) verbose about action execution\n"),
+      _("  -vp           Be (very) verbose about parsing\n"),
 #else
        "",
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]