Author: ai0867
Date: Fri Oct 14 01:43:09 2011
New Revision: 51466

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51466&view=rev
Log:
Fix an obsoleted-at-commit comment.

Modified:
    trunk/src/commandline_options.hpp

Modified: trunk/src/commandline_options.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/commandline_options.hpp?rev=51466&r1=51465&r2=51466&view=diff
==============================================================================
--- trunk/src/commandline_options.hpp (original)
+++ trunk/src/commandline_options.hpp Fri Oct 14 01:43:09 2011
@@ -67,7 +67,7 @@
        boost::optional<std::string> gzip;
        /// True if --help was given on the command line. Prints help and exits.
        bool help;
-       /// Non-empty if --lang was given on the command line. Sets the 
language for this session.
+       /// Non-empty if --language was given on the command line. Sets the 
language for this session.
        boost::optional<std::string> language;
        /// Contains parsed arguments of --log-* (e.g. --log-debug).
        /// Vector of pairs (severity, log domain).


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to