Ignore:
Timestamp:
May 3, 2011, 4:01:50 AM (13 years ago)
Author:
Sam Habiel
Message:

A couple of final fixes before the v 1.5 Release.

  1. Moved the header for appointment slip and routing slip up by 25 pixels.
  2. Clarified and undo message in CGView.
File:
1 edited

Legend:

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

    r1143 r1159  
    20032003                if (a.CheckInTime.Ticks > 0)
    20042004                {
    2005                     MessageBox.Show("You must Un-checkin the appointment first before removing it.");
     2005                    MessageBox.Show("You must undo the check-in first before removing the appointment.");
    20062006                    return;
    20072007                }
Note: See TracChangeset for help on using the changeset viewer.