Skip to content

Commit

Permalink
engine start switches to cloudlist tab
Browse files Browse the repository at this point in the history
  • Loading branch information
seuffert committed Nov 18, 2011
1 parent e3c6e69 commit 4108ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XBSlink/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ private void resume_start_engine()
button_announce.Enabled = true;
saveRegistryValues();
xbs_messages.addInfoMessage("engine ready. waiting for incoming requests.", xbs_message_sender.GENERAL);
switch_tab = tabPage_info;
switch_tab = tabPage_clouds;
textBox_chatEntry.ReadOnly = false;
textBox_chatEntry.Clear();
autoswitch_on_chat_message = checkBox_chatAutoSwitch.Checked;
Expand Down

0 comments on commit 4108ef4

Please sign in to comment.