Remove SSDT label

This commit is contained in:
Christian Wade 2020-02-10 15:55:40 -08:00
parent c7304c6536
commit ba130494d1
2 changed files with 4 additions and 4 deletions

View File

@ -416,7 +416,7 @@ namespace AlmToolkit
{
if (_comparisonInfo.ConnectionInfoSource.UseDesktop)
{
txtSource.Text = "PBI Desktop/SSDT: " + _comparisonInfo.ConnectionInfoSource.ServerName + ";" + _comparisonInfo.ConnectionInfoSource.DesktopName;
txtSource.Text = "PBI Desktop: " + _comparisonInfo.ConnectionInfoSource.ServerName + ";" + _comparisonInfo.ConnectionInfoSource.DesktopName;
}
else if (_comparisonInfo.ConnectionInfoSource.UseBimFile)
{
@ -429,7 +429,7 @@ namespace AlmToolkit
if (_comparisonInfo.ConnectionInfoTarget.UseDesktop)
{
txtTarget.Text = "PBI Desktop/SSDT: " + _comparisonInfo.ConnectionInfoTarget.ServerName + ";" + _comparisonInfo.ConnectionInfoTarget.DesktopName;
txtTarget.Text = "PBI Desktop: " + _comparisonInfo.ConnectionInfoTarget.ServerName + ";" + _comparisonInfo.ConnectionInfoTarget.DesktopName;
}
else if (_comparisonInfo.ConnectionInfoTarget.UseBimFile)
{

View File

@ -240,7 +240,7 @@
this.rdoSourceDesktop.Name = "rdoSourceDesktop";
this.rdoSourceDesktop.Size = new System.Drawing.Size(333, 33);
this.rdoSourceDesktop.TabIndex = 3;
this.rdoSourceDesktop.Text = "Power BI Desktop / SSDT";
this.rdoSourceDesktop.Text = "Power BI Desktop";
this.rdoSourceDesktop.UseVisualStyleBackColor = true;
this.rdoSourceDesktop.CheckedChanged += new System.EventHandler(this.rdoSourceDesktop_CheckedChanged);
//
@ -431,7 +431,7 @@
this.rdoTargetDesktop.Name = "rdoTargetDesktop";
this.rdoTargetDesktop.Size = new System.Drawing.Size(321, 33);
this.rdoTargetDesktop.TabIndex = 12;
this.rdoTargetDesktop.Text = "Power BI Desktop / SSDT";
this.rdoTargetDesktop.Text = "Power BI Desktop";
this.rdoTargetDesktop.UseVisualStyleBackColor = true;
this.rdoTargetDesktop.CheckedChanged += new System.EventHandler(this.rdoTargetDesktop_CheckedChanged);
//