Ignore:
Timestamp:
Dec 4, 2009, 3:04:47 AM (14 years ago)
Author:
Sam Habiel
Message:

Removed user-interface references to RPMS.

File:
1 edited

Legend:

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

    r620 r627  
    342342            //
    343343            this.mnuRPMSServer.Index = 3;
    344             this.mnuRPMSServer.Text = "Change RPMS &Server";
     344            this.mnuRPMSServer.Text = "Change VistA &Server";
    345345            this.mnuRPMSServer.Click += new System.EventHandler(this.mnuRPMSServer_Click);
    346346            //
     
    348348            //
    349349            this.mnuRPMSLogin.Index = 4;
    350             this.mnuRPMSLogin.Text = "Change RPMS &Login";
     350            this.mnuRPMSLogin.Text = "Change VistA &Login";
    351351            this.mnuRPMSLogin.Click += new System.EventHandler(this.mnuRPMSLogin_Click);
    352352            //
     
    354354            //
    355355            this.mnuRPMSDivision.Index = 5;
    356             this.mnuRPMSDivision.Text = "Change RPMS &Division";
     356            this.mnuRPMSDivision.Text = "Change VistA &Division";
    357357            this.mnuRPMSDivision.Click += new System.EventHandler(this.mnuRPMSDivision_Click);
    358358            //
Note: See TracChangeset for help on using the changeset viewer.