Ignore:
Timestamp:
Jul 9, 2010, 5:32:10 PM (14 years ago)
Author:
Sam Habiel
Message:

Dialogs now say 'VISTA' instead of 'RPMS'.
Updated AssemblyInfo.cs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/DServerInfo.cs

    r815 r847  
    146146            this.label1.Size = new System.Drawing.Size(128, 16);
    147147            this.label1.TabIndex = 7;
    148             this.label1.Text = "RPMS Server Address:";
     148            this.label1.Text = "VISTA Server Address:";
    149149            //
    150150            // label2
     
    201201            this.Name = "DServerInfo";
    202202            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
    203             this.Text = "RPMS Server Address";
     203            this.Text = "VISTA Server Address";
    204204            this.Load += new System.EventHandler(this.DServerInfo_Load);
    205205            this.pnlPageBottom.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.