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