]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/taskbar.h
Try loading even English translations if provided.
[wxWidgets.git] / include / wx / gtk / taskbar.h
index b46758a7e63265e460d7ca4402b552d4b8fca5b3..03bd8daff085837f063962cc035be8fd1e5d64f5 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxTaskBarIcon class for GTK2
 // Author:      Paul Cornett
 // Created:     2009-02-08
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Paul Cornett
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -14,7 +13,7 @@
 class WXDLLIMPEXP_ADV wxTaskBarIcon: public wxTaskBarIconBase
 {
 public:
-    wxTaskBarIcon();
+    wxTaskBarIcon(wxTaskBarIconType iconType = wxTBI_DEFAULT_TYPE);
     ~wxTaskBarIcon();
     virtual bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxString());
     virtual bool RemoveIcon();