[Igarden-commit] CommonSource/YAAFExtensions DateSelectDialog.cpp, 1.6, 1.6.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-07 04:01:28
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16955 Modified Files: Tag: Release_branch_v1 DateSelectDialog.cpp Log Message: Accept upper case offset comands Index: DateSelectDialog.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/DateSelectDialog.cpp,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** DateSelectDialog.cpp 2 Feb 2006 00:01:55 -0000 1.6 --- DateSelectDialog.cpp 7 Jan 2007 04:01:23 -0000 1.6.2.1 *************** *** 77,80 **** --- 77,81 ---- CalendarView *cal; + low = tolower(low); if(low == '+' || low == '-') { |