diff options
author | hobbs <hobbs> | 1999-10-29 03:58:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-29 03:58:39 (GMT) |
commit | a7bfa1882afc50c239235c712ef9ab4b18698113 (patch) | |
tree | aa49bd9c998a83baaeac566bcbb8098746e8e581 /win/tkWinKey.c | |
parent | 435a8fccf408b30d0d9e1db99b59ac3d7815c8d0 (diff) | |
download | tk-a7bfa1882afc50c239235c712ef9ab4b18698113.zip tk-a7bfa1882afc50c239235c712ef9ab4b18698113.tar.gz tk-a7bfa1882afc50c239235c712ef9ab4b18698113.tar.bz2 |
* makefile.vc: changed 'c:/program files' to c:/progra~1
Diffstat (limited to 'win/tkWinKey.c')
-rw-r--r-- | win/tkWinKey.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tkWinKey.c b/win/tkWinKey.c index 1ef7958..9ab4c5f 100644 --- a/win/tkWinKey.c +++ b/win/tkWinKey.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinKey.c,v 1.4 1999/04/16 01:51:52 stanton Exp $ + * RCS: @(#) $Id: tkWinKey.c,v 1.5 1999/10/29 03:58:39 hobbs Exp $ */ #include "tkWinInt.h" @@ -354,5 +354,3 @@ XKeysymToString(keysym) { return NULL; } - - |