]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/taskbar/tbtest.cpp
use _vc8 suffix for VS2005 projects for consistency
[wxWidgets.git] / samples / taskbar / tbtest.cpp
index 54f2e79215bd44abe4b5aa0c01a788cfba6c148b..397a438fc27c6366ba4f1ad7433048b01bd21028 100644 (file)
@@ -148,7 +148,7 @@ void MyDialog::OnAbout(wxCommandEvent& WXUNUSED(event))
           "(C) 1997 Julian Smart\n"
           "(C) 2007 Vadim Zeitlin";
 
-#ifdef __WXMSW__
+#if defined(__WXMSW__) && wxUSE_TASKBARICON_BALLOONS
     m_taskBarIcon->ShowBalloon(title, message, 15000, wxICON_INFORMATION);
 #else // !__WXMSW__
     wxMessageBox(message, title, wxICON_INFORMATION, this);