diff --git a/SparkleShare/Linux/SparkleUIHelpers.cs b/SparkleShare/Linux/SparkleUIHelpers.cs index 04b84f36..94f0e908 100755 --- a/SparkleShare/Linux/SparkleUIHelpers.cs +++ b/SparkleShare/Linux/SparkleUIHelpers.cs @@ -45,7 +45,7 @@ namespace SparkleShare { public static Image GetImage (string name) { - string image_path = new string [] { Defines.INSTALL_DIR, "pixmaps", name }; + string image_path = new string [] { Program.UI.AssetsPath, "pixmaps", name }.Combine (); return new Image (image_path); }