mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
7e193112d0
commit
6fb3465433
3 changed files with 4 additions and 4 deletions
|
@ -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]),
|
||||
|
|
|
@ -5849,7 +5849,7 @@
|
|||
force_keep="#index"
|
||||
itemdb="UI:glob_var:help:#index:BUILD_ITEMS"
|
||||
posparent="text" />
|
||||
<!-- For Comsetic only 3D preview -->
|
||||
<!-- For Cosmetic only 3D preview -->
|
||||
<group id="char3d"
|
||||
posref="TL TL"
|
||||
sizeref="w"
|
||||
|
|
|
@ -351,7 +351,7 @@ void CChatWindow::setCommand(const std::string &command, bool execute)
|
|||
void CChatWindow::setCommand(const ucstring &command,bool execute)
|
||||
{
|
||||
if (!_EB) return;
|
||||
_EB->setCommand(ucstring(command), execute);
|
||||
_EB->setCommand(command, execute);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue