From 6fb3465433fc75293563b8e14ced459664914006 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 2 Oct 2010 14:25:36 +0200 Subject: [PATCH] Changed: #878 Fix typos in comments/code --- code/nel/configure.ac | 4 ++-- code/ryzom/client/data/gamedev/interfaces_v3/widgets.xml | 2 +- code/ryzom/client/src/interface_v3/chat_window.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/nel/configure.ac b/code/nel/configure.ac index 421d05d11..86e511f9c 100644 --- a/code/nel/configure.ac +++ b/code/nel/configure.ac @@ -13,7 +13,7 @@ # *and* AC_SUBST(LIBTOOL_VERSION) AC_PREREQ(2.57) -AC_INIT([nel],[0.5.0],[nel-all@nevrax.org]) +AC_INIT([nel],[0.7.0],[nel-all@nevrax.org]) AM_INIT_AUTOMAKE([tar-ustar]) AC_CONFIG_SRCDIR(include/nel/misc/types_nl.h) @@ -215,7 +215,7 @@ else SAMPLE_SUBDIR="samples" fi -# Enable/disable samples compilation. +# Enable/disable tools compilation. AC_ARG_ENABLE([tools], AC_HELP_STRING([--disable-tools], [disable tools code]), diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/widgets.xml b/code/ryzom/client/data/gamedev/interfaces_v3/widgets.xml index abbf0e171..161e7c825 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/widgets.xml +++ b/code/ryzom/client/data/gamedev/interfaces_v3/widgets.xml @@ -5849,7 +5849,7 @@ force_keep="#index" itemdb="UI:glob_var:help:#index:BUILD_ITEMS" posparent="text" /> - + setCommand(ucstring(command), execute); + _EB->setCommand(command, execute); }