]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/defs.h
Another Basque translations update from Xabier Aramendi.
[wxWidgets.git] / interface / wx / defs.h
index a3859ee3e363890d854e637dde23e58c35ff0634..a66d3b38a929cc9ef0240d2840a7cf0db1a915f5 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/defs.h
 // Purpose:     interface of global functions
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -484,6 +483,7 @@ enum wxBorder
 #define wxMORE                  0x00010000
 #define wxSETUP                 0x00020000
 #define wxICON_NONE             0x00040000
+#define wxICON_AUTH_NEEDED      0x00080000
 
 #define wxICON_MASK \
     (wxICON_EXCLAMATION|wxICON_HAND|wxICON_QUESTION|wxICON_INFORMATION|wxICON_NONE)