mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
change logfile extension so device more likely to open it.
This commit is contained in:
parent
7d1fa77c5f
commit
a6405c6c8a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ symReplaceStrIfDiff( MPFORMAL XP_UCHAR** loc, const XP_UCHAR* str )
|
|||
|
||||
#ifdef DEBUG
|
||||
_LIT( KXWLogdir, "xwords" );
|
||||
_LIT( KXWLogfile, "xwdebug.log" );
|
||||
_LIT( KXWLogfile, "xwdebug.txt" );
|
||||
/* The emulator, anyway, doesn't do descs well even with the %S directive.
|
||||
So convert 'em to desc8s... */
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue