Ignore:
Timestamp:
Nov 30, 2009, 11:54:57 PM (14 years ago)
Author:
Sam Habiel
Message:

Remove references to IHS; typically "IHS Clinical Scheduling" becomes "Clinical Scheduling"
Deleted Debug folder--no need to version this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGAVDocument.cs

    r614 r620  
    171171                                        if ((a.AppointmentKey != pAppt.AppointmentKey) && (CGSchedLib.TimesOverlap(dNewStart, dNewEnd, a.StartTime, a.EndTime)))
    172172                                        {
    173                                                 MessageBox.Show("Access blocks may not overlap.","IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
     173                                                MessageBox.Show("Access blocks may not overlap.","Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
    174174                                                return;
    175175                                        }
     
    295295                                        {
    296296                                                //                                              throw new Exception("Access blocks may not overlap.");
    297                                                 MessageBox.Show("Access blocks may not overlap.","IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
     297                                                MessageBox.Show("Access blocks may not overlap.","Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
    298298                                                return -1;
    299299                                        }
Note: See TracChangeset for help on using the changeset viewer.