concatenate file path properly

This commit is contained in:
Hylke Bons 2010-06-04 21:00:45 +02:00
parent 40a8ae78b6
commit cfe928d2e4

View file

@ -41,7 +41,8 @@ namespace SparkleShare {
public static string SparkleAvatarPath =
Path.Combine (SparkleConfigPath, "avatars");
public static string SparkleIconPath = "/usr/share/icons/hicolor";
public static string SparkleIconPath =
SparkleHelpers.CombineMore ("usr", "share", "icons", "hicolor");
}