Changeset 1190 for Scheduling/trunk


Ignore:
Timestamp:
May 16, 2011, 9:47:52 AM (13 years ago)
Author:
Sam Habiel
Message:

grr...

Location:
Scheduling/trunk/cs/bsdx0200GUISourceCode
Files:
4 edited

Legend:

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

    r1189 r1190  
    22212221            if (!_canCancel)
    22222222            {
    2223                 MessageBox.Show(this, "This appointment cannot be cancelled.\nReason:\nThe exam associated with this appointment is active.");
     2223                MessageBox.Show(this, "This appointment cannot be cancelled.\nReason:\nThe exam associated with this appointment is active/complete/discontinued.");
    22242224                return;
    22252225            }
Note: See TracChangeset for help on using the changeset viewer.