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/CGDocumentManager.cs

    r614 r620  
    2424                private Hashtable                                       _views = new Hashtable();
    2525                private Hashtable                                       m_AVViews = new Hashtable();
    26                 private string                                          m_sWindowText = "IHS Clinical Scheduling"; //Default Window Text
     26                private string                                          m_sWindowText = "Clinical Scheduling"; //Default Window Text
    2727                private bool                                            m_bSchedManager;
    2828                private bool                                            m_bExitOK = true;
     
    932932                        }
    933933
    934                         MessageBox.Show(sMsg, "IHS Clinical Scheduling Administrator -- System Shutdown Notification", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
     934                        MessageBox.Show(sMsg, "Clinical Scheduling Administrator -- System Shutdown Notification", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
    935935
    936936                        CloseAll();
Note: See TracChangeset for help on using the changeset viewer.