mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
181bc269cf
commit
48d1ca1677
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
||||||
# *and* AC_SUBST(LIBTOOL_VERSION)
|
# *and* AC_SUBST(LIBTOOL_VERSION)
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
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])
|
AM_INIT_AUTOMAKE([tar-ustar])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR(include/nel/misc/types_nl.h)
|
AC_CONFIG_SRCDIR(include/nel/misc/types_nl.h)
|
||||||
|
@ -215,7 +215,7 @@ else
|
||||||
SAMPLE_SUBDIR="samples"
|
SAMPLE_SUBDIR="samples"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Enable/disable samples compilation.
|
# Enable/disable tools compilation.
|
||||||
AC_ARG_ENABLE([tools],
|
AC_ARG_ENABLE([tools],
|
||||||
AC_HELP_STRING([--disable-tools],
|
AC_HELP_STRING([--disable-tools],
|
||||||
[disable tools code]),
|
[disable tools code]),
|
||||||
|
|
|
@ -5849,7 +5849,7 @@
|
||||||
force_keep="#index"
|
force_keep="#index"
|
||||||
itemdb="UI:glob_var:help:#index:BUILD_ITEMS"
|
itemdb="UI:glob_var:help:#index:BUILD_ITEMS"
|
||||||
posparent="text" />
|
posparent="text" />
|
||||||
<!-- For Comsetic only 3D preview -->
|
<!-- For Cosmetic only 3D preview -->
|
||||||
<group id="char3d"
|
<group id="char3d"
|
||||||
posref="TL TL"
|
posref="TL TL"
|
||||||
sizeref="w"
|
sizeref="w"
|
||||||
|
|
|
@ -351,7 +351,7 @@ void CChatWindow::setCommand(const std::string &command, bool execute)
|
||||||
void CChatWindow::setCommand(const ucstring &command,bool execute)
|
void CChatWindow::setCommand(const ucstring &command,bool execute)
|
||||||
{
|
{
|
||||||
if (!_EB) return;
|
if (!_EB) return;
|
||||||
_EB->setCommand(ucstring(command), execute);
|
_EB->setCommand(command, execute);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue