Fix for Linux

This commit is contained in:
Jim Norman 2005-10-13 20:15:38 +00:00
parent c51cd6bebe
commit 4d99c5175a

View File

@ -89,10 +89,10 @@ public class Common
///############################################################# ///#############################################################
///CasaIcons path ///CasaIcons path
#if W32 #if W32
public static string CASAICONS = "../images/CASAIcons.ico"; public static string CASAICONS = "../images/CASAicons.ico";
#endif #endif
#if LINUX #if LINUX
public static string CASAICONS = "opt/novell/CASA/images/CASAIcons.ico"; public static string CASAICONS = "/opt/novell/CASA/images/CASAicons.ico";
#endif #endif
///############################################################## ///##############################################################