This commit is contained in:
parent
3e2465c1bf
commit
f19c024432
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user