]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textcmn.cpp
finding papersizes allows for 1 mm tolerance
[wxWidgets.git] / src / common / textcmn.cpp
index 437334ff5d5db75b8f7d055e18d4b39d7cf3b975..6709d10e0b6246ac46897cb4cff7f4166a542114 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     13.07.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -285,7 +285,7 @@ bool wxTextCtrlBase::EmulateKeyPress(const wxKeyEvent& event)
 {
     // the generic version is unused in wxMSW
 #ifndef __WIN32__
-    wxChar ch;
+    wxChar ch = 0;
     int keycode = event.GetKeyCode();
     switch ( keycode )
     {