]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/taskbar.h
Refactored & cleaned up wxChoice & wxComboBox code, fixed client data
[wxWidgets.git] / include / wx / msw / taskbar.h
index b93a40094471e35c894c09ec1bd30776be71cdad..2da54b68940706d39cde46c73b7792441df17e57 100644 (file)
@@ -33,7 +33,7 @@ public:
     inline bool IsIconInstalled() const { return m_iconAdded; }
 
 // Operations
-    bool SetIcon(const wxIcon& icon, const wxString& tooltip = "");
+    bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxEmptyString);
     bool RemoveIcon(void);
     bool PopupMenu(wxMenu *menu); //, int x, int y);