// Created: 13.07.99
// RCS-ID: $Id$
// Copyright: (c) wxWindows team
-// Licence: wxWindows license
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
}
#if wxUSE_FFILE
- wxFFile file(filename, "w");
+ wxFFile file(filename, _T("w"));
if ( file.IsOpened() && file.Write(GetValue()) )
{
// it's not modified any longer
{
// the generic version is unused in wxMSW
#ifndef __WIN32__
- wxChar ch;
+ wxChar ch = 0;
int keycode = event.GetKeyCode();
switch ( keycode )
{