Changeset 627 for Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs
- Timestamp:
- Dec 4, 2009, 3:04:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs
r620 r627 342 342 // 343 343 this.mnuRPMSServer.Index = 3; 344 this.mnuRPMSServer.Text = "Change RPMS&Server";344 this.mnuRPMSServer.Text = "Change VistA &Server"; 345 345 this.mnuRPMSServer.Click += new System.EventHandler(this.mnuRPMSServer_Click); 346 346 // … … 348 348 // 349 349 this.mnuRPMSLogin.Index = 4; 350 this.mnuRPMSLogin.Text = "Change RPMS&Login";350 this.mnuRPMSLogin.Text = "Change VistA &Login"; 351 351 this.mnuRPMSLogin.Click += new System.EventHandler(this.mnuRPMSLogin_Click); 352 352 // … … 354 354 // 355 355 this.mnuRPMSDivision.Index = 5; 356 this.mnuRPMSDivision.Text = "Change RPMS&Division";356 this.mnuRPMSDivision.Text = "Change VistA &Division"; 357 357 this.mnuRPMSDivision.Click += new System.EventHandler(this.mnuRPMSDivision_Click); 358 358 //
Note:
See TracChangeset
for help on using the changeset viewer.