remove .git suffix from window title too

This commit is contained in:
Hylke Bons 2010-05-20 23:32:56 +01:00
parent 34abd57cd4
commit 865450cfc9

View file

@ -48,7 +48,7 @@ namespace SparkleShare {
BorderWidth = 6;
Title = _("" + SparkleRepo.Name + " on " +
SparkleRepo.RemoteOriginUrl
.TrimEnd (("/" + SparkleRepo.Name).ToCharArray ()));
.TrimEnd (("/" + SparkleRepo.Name + ".git").ToCharArray ()));
IconName = "folder-sparkleshare";
VBox LayoutVertical = new VBox (false, 0);