windows setup: swap finish page buttons

This commit is contained in:
Hylke Bons 2012-06-24 23:20:06 +01:00
parent 4bee67b3d5
commit 6579fdb5e1

View file

@ -578,11 +578,11 @@ namespace SparkleShare {
TaskbarItemInfo.ProgressValue = 0.0;
TaskbarItemInfo.ProgressState = TaskbarItemProgressState.None;
Buttons.Add(open_folder_button);
Buttons.Add (finish_button);
Buttons.Add (open_folder_button);
finish_button.Click += delegate {
Controller.FinishPageCompleted ();
};