This commit is contained in:
Jim Norman 2005-10-12 22:50:50 +00:00
parent 3e2465c1bf
commit f19c024432

View File

@ -21,10 +21,10 @@ namespace Novell.CASA.GUI
public static System.Drawing.Icon m_iconNormal; public static System.Drawing.Icon m_iconNormal;
public static System.Drawing.Icon m_iconLocked; public static System.Drawing.Icon m_iconLocked;
#endif #endif
#if W32 #if LINUX
EventBox eb; EventBox eb;
private Gtk.Image m_imageLocked = new Image("gtk-dialog-authentication", IconSize.Menu); private Gtk.Image m_imageLocked = new Image("../images/CASA_16.png", IconSize.Menu);
private Gtk.Image m_imageUnlocked = new Image(Stock.MissingImage, IconSize.Menu); private Gtk.Image m_imageUnlocked = new Image("../images/CASA_16.png", IconSize.Menu);
#endif #endif