]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/taskbarx11.cpp
added wxUSE_TASKBARICON; corrected condition for generating the taskbar sample makefi...
[wxWidgets.git] / src / unix / taskbarx11.cpp
index cf5e12e52ab8119d75514cc7f95c6f20b5f71766..c335b5d7af8cb777048571a1288da0faab813944 100644 (file)
@@ -21,7 +21,7 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#ifdef wxHAS_TASK_BAR_ICON
+#if wxUSE_TASKBARICON
 
 #include "wx/taskbar.h"
 
@@ -328,4 +328,4 @@ bool wxTaskBarIcon::PopupMenu(wxMenu *menu)
     return true;
 }
 
-#endif // wxHAS_TASK_BAR_ICON
+#endif // wxUSE_TASKBARICON