[Wnd-commit] wnd/wnd/controls/base window.py,1.1.1.1,1.2
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-05-15 09:32:54
|
Update of /cvsroot/wnd/wnd/wnd/controls/base In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv744 Modified Files: window.py Log Message: ?? Index: window.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/controls/base/window.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** window.py 29 Apr 2005 15:23:41 -0000 1.1.1.1 --- window.py 15 May 2005 09:32:45 -0000 1.2 *************** *** 121,125 **** #-------------------------------------------------------------------- def _base_WndProc(self, hwnd, msg, wp, lp): - try: --- 121,124 ---- |