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

    r614 r620  
    22712271                        catch(Exception ex)
    22722272                        {
    2273                                 MessageBox.Show(this,ex.Message,"IHS Clinical Scheduling");
     2273                                MessageBox.Show(this,ex.Message,"Clinical Scheduling");
    22742274                        }
    22752275               
     
    23682368                        string sMessage;
    23692369                        dInputText dlg = new dInputText();
    2370                         dlg.DialogTitle = "IHS Clinical Scheduling - Send Message to Scheduling Clients.";
     2370                        dlg.DialogTitle = "Clinical Scheduling - Send Message to Scheduling Clients.";
    23712371
    23722372                        if (dlg.ShowDialog(this) != DialogResult.OK)
     
    23832383                private void cmdWorkStationsShutdown_Click(object sender, System.EventArgs e)
    23842384                {
    2385                         if (MessageBox.Show("Are you sure you want to shut down all IHS Clincal Scheduling clients?" ,"IHS Clinical Scheduling Client Shutdown", MessageBoxButtons.YesNo, MessageBoxIcon.Question) != DialogResult.Yes)
     2385                        if (MessageBox.Show("Are you sure you want to shut down all Clincal Scheduling clients?" ,"Clinical Scheduling Client Shutdown", MessageBoxButtons.YesNo, MessageBoxIcon.Question) != DialogResult.Yes)
    23862386                        {
    23872387                                return;
Note: See TracChangeset for help on using the changeset viewer.