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_iconLocked;
|
||||
#endif
|
||||
#if W32
|
||||
#if LINUX
|
||||
EventBox eb;
|
||||
private Gtk.Image m_imageLocked = new Image("gtk-dialog-authentication", IconSize.Menu);
|
||||
private Gtk.Image m_imageUnlocked = new Image(Stock.MissingImage, IconSize.Menu);
|
||||
private Gtk.Image m_imageLocked = new Image("../images/CASA_16.png", IconSize.Menu);
|
||||
private Gtk.Image m_imageUnlocked = new Image("../images/CASA_16.png", IconSize.Menu);
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user