Treeview now focuses on the first choice. Also added better support for translations

This commit is contained in:
Konstantinos Vaggelakos 2011-11-20 17:58:41 +01:00
parent feaaadce92
commit e99375639a
2 changed files with 4 additions and 4 deletions

View file

@ -230,7 +230,7 @@ namespace SparkleShare {
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size (113, 20);
this.label5.TabIndex = 15;
this.label5.Text = "Remote path";
this.label5.Text = _ ("Remote path");
//
// label14
//
@ -240,7 +240,7 @@ namespace SparkleShare {
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size (75, 20);
this.label14.TabIndex = 14;
this.label14.Text = "Address";
this.label14.Text = _ ("Address");
//
// panel_server_selection
//
@ -277,7 +277,7 @@ namespace SparkleShare {
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size (240, 20);
this.label4.TabIndex = 0;
this.label4.Text = "Where is your remote folder?";
this.label4.Text = _ ("Where is your remote folder?");
//
// syncingPage
//

View file

@ -81,7 +81,7 @@ namespace SparkleShare {
panel_server_selection.Controls.Add (treeView);
treeView.SelectedNode = treeView.Nodes [0];
treeView.Select ();
Show ();
break;
case PageType.Error: