diff --git a/c_gui/Common.cs b/c_gui/Common.cs index 2e9c203f..930ba48d 100644 --- a/c_gui/Common.cs +++ b/c_gui/Common.cs @@ -89,10 +89,10 @@ public class Common ///############################################################# ///CasaIcons path #if W32 - public static string CASAICONS = "../images/CASAIcons.ico"; + public static string CASAICONS = "../images/CASAicons.ico"; #endif #if LINUX - public static string CASAICONS = "opt/novell/CASA/images/CASAIcons.ico"; + public static string CASAICONS = "/opt/novell/CASA/images/CASAicons.ico"; #endif ///##############################################################