diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index d6dfcbdd..2660f77f 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -799,14 +799,14 @@ namespace SparkleShare { } case 4: { - Header = "Adding projects to SparkleShare"; - Description = "You can do this through the status icon menu, or by clicking " + - "magic buttons on webpages that look like this:"; - - Image slide = SparkleUIHelpers.GetImage ("tutorial-slide-4.png"); + Header = "Here's your unique link code"; + Description = "You'll need it whenever you want to link this computer to a host" + + " (we keep a copy in your SparkleShare folder)."; + Button finish_button = new Button ("Finish"); - finish_button.Clicked += delegate { + + finish_button.Clicked += delegate { Controller.TutorialPageCompleted (); }; @@ -819,7 +819,6 @@ namespace SparkleShare { Controller.StartupItemChanged (check_button.Active); }; - Add (slide); AddOption (check_button); AddButton (finish_button); diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index c557e394..1f83ef92 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -909,32 +909,21 @@ namespace SparkleShare { } case 4: { - Header = "Adding projects to SparkleShare"; - Description = "You can do this through the status icon menu, or by clicking " + - "magic buttons on webpages that look like this:"; - + Header = "Here's your unique link code"; + Description = "You'll need it whenever you want to link this computer to a host" + + " (we keep a copy in your SparkleShare folder)."; Button finish_button = new Button () { Content = "Finish" }; - WPF.Image slide_image = new WPF.Image () { - Width = 350, - Height = 64 - }; - slide_image.Source = SparkleUIHelpers.GetImageSource ("tutorial-slide-4"); - CheckBox check_box = new CheckBox () { Content = "Add SparkleShare to startup items", IsChecked = true }; - ContentCanvas.Children.Add (slide_image); - Canvas.SetLeft (slide_image, 215); - Canvas.SetTop (slide_image, 130); - ContentCanvas.Children.Add (check_box); Canvas.SetLeft (check_box, 185); Canvas.SetBottom (check_box, 12); diff --git a/SparkleShare/Windows/SparkleShare.csproj b/SparkleShare/Windows/SparkleShare.csproj index 957a1f76..a0e1662b 100644 --- a/SparkleShare/Windows/SparkleShare.csproj +++ b/SparkleShare/Windows/SparkleShare.csproj @@ -143,9 +143,6 @@ Pixmaps\side-splash.png - - Pixmaps\tutorial-slide-4.png - HTML\day-entry.html