[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources
rcparser.py, 1.1.2.1, 1.1.2.2
Mark Hammond
mhammond at users.sourceforge.net
Sun Aug 3 22:09:21 EDT 2003
- Previous message: [Spambayes-checkins] spambayes/Outlook2000/dialogs dlgcore.py,
1.1.2.1, 1.1.2.2 dlgutils.py, 1.1.2.1, 1.1.2.2 processors.py,
1.1.2.1, 1.1.2.2 test_dialogs.py, 1.1.2.2, 1.1.2.3
- Next message: [Spambayes-checkins] spambayes/Outlook2000/dialogs
async_processor.py, NONE, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv15726/resources
Modified Files:
Tag: outlook-dialog-branch
rcparser.py
Log Message:
More hacking on the dialogs.
Index: rcparser.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/Attic/rcparser.py,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** rcparser.py 4 Aug 2003 01:14:14 -0000 1.1.2.1
--- rcparser.py 4 Aug 2003 04:09:18 -0000 1.1.2.2
***************
*** 1,5 ****
# Windows dialog .RC file parser, by Adam Walker.
! # This module is part of the spambayes project, which is Copyright 2002
# The Python Software Foundation and is covered by the Python Software
# Foundation license.
--- 1,5 ----
# Windows dialog .RC file parser, by Adam Walker.
! # This module is part of the spambayes project, which is Copyright 2003
# The Python Software Foundation and is covered by the Python Software
# Foundation license.
***************
*** 288,292 ****
def test():
from pywin.mfc import dialog
! rcp = ParseDialogs("resources/dialogs.rc")
for idName in rcp.dialogs:
dlg = dialog.Dialog(rcp.dialogs[idName].createDialogTemplate())
--- 288,292 ----
def test():
from pywin.mfc import dialog
! rcp = ParseDialogs("dialogs.rc")
for idName in rcp.dialogs:
dlg = dialog.Dialog(rcp.dialogs[idName].createDialogTemplate())
- Previous message: [Spambayes-checkins] spambayes/Outlook2000/dialogs dlgcore.py,
1.1.2.1, 1.1.2.2 dlgutils.py, 1.1.2.1, 1.1.2.2 processors.py,
1.1.2.1, 1.1.2.2 test_dialogs.py, 1.1.2.2, 1.1.2.3
- Next message: [Spambayes-checkins] spambayes/Outlook2000/dialogs
async_processor.py, NONE, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Spambayes-checkins
mailing list