From 4d99c5175ae513dcd8533d5294a636e971623bd9 Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Thu, 13 Oct 2005 20:15:38 +0000 Subject: [PATCH] Fix for Linux --- c_gui/Common.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ///##############################################################