mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
fix typo
This commit is contained in:
parent
507c5e87d8
commit
da105cfb16
1 changed files with 2 additions and 2 deletions
|
@ -928,7 +928,7 @@ make_generic_stream( CEAppGlobals* globals )
|
||||||
} /* make_generic_stream */
|
} /* make_generic_stream */
|
||||||
|
|
||||||
static XWStreamCtxt*
|
static XWStreamCtxt*
|
||||||
fileToStream( CEAppGlobals* globals, XP_UCHAR* path )
|
fileToStream( CEAppGlobals* globals, const XP_UCHAR* path )
|
||||||
{
|
{
|
||||||
XWStreamCtxt* stream = NULL;
|
XWStreamCtxt* stream = NULL;
|
||||||
HANDLE fileH;
|
HANDLE fileH;
|
||||||
|
@ -2663,7 +2663,7 @@ ce_util_userError( XW_UtilCtxt* uc, UtilErrID id )
|
||||||
|
|
||||||
case ERR_CANT_HINT_WHILE_DISABLED:
|
case ERR_CANT_HINT_WHILE_DISABLED:
|
||||||
message = "The hint feature is disabled for this game. Enable "
|
message = "The hint feature is disabled for this game. Enable "
|
||||||
"it for a new game using the Preferences diaog.";
|
"it for a new game using the Preferences dialog.";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||||
|
|
Loading…
Reference in a new issue