diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index d94d148e..51184ab8 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -516,7 +516,7 @@ namespace SparkleShare { Description = _("You can find it in your SparkleShare folder"); // A button that opens the synced folder - Button open_folder_button = new Button (string.Format ("Open {0}", Path.GetFileName (Controller.PreviousPath))); + Button open_folder_button = new Button (string.Format ("Open {0}", System.IO.Path.GetFileName (Controller.PreviousPath))); open_folder_button.Clicked += delegate { Controller.OpenFolderClicked ();