linux: Fix compile errors. #886

This commit is contained in:
Hylke Bons 2012-08-03 17:42:13 +02:00
parent 6dfc3420ed
commit 6fbfbee84c
2 changed files with 2 additions and 2 deletions

View file

@ -687,7 +687,7 @@ namespace SparkleShare {
if (!HasToplevelFocus) {
string title = "Your shared project is ready!";
string subtext = "You can find the files in your SparkleShare folder.");
string subtext = "You can find the files in your SparkleShare folder.";
SparkleUI.Bubbles.Controller.ShowBubble (title, subtext, null);
}

View file

@ -287,7 +287,7 @@ namespace SparkleShare {
SparkleUIHelpers.GetIcon ("process-syncing-iii", 24),
SparkleUIHelpers.GetIcon ("process-syncing-iiii", 24),
SparkleUIHelpers.GetIcon ("process-syncing-iiiii", 24)
}
};
}