]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/taskbar.cpp
Applied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix
[wxWidgets.git] / src / msw / taskbar.cpp
index a777e23621f73a57b954db5df6f034733d7a1364..6ece6251e3b4e825b3d5938f42375716ba689dbd 100644 (file)
@@ -143,8 +143,8 @@ wxTaskBarIcon::~wxTaskBarIcon()
 // Operations
 bool wxTaskBarIcon::SetIcon(const wxIcon& icon, const wxString& tooltip)
 {
-    // NB: we have to create the window lazily because of backward compatiblity,
-    //     old aplications may create wxTaskBarIcon instance before wxApp
+    // NB: we have to create the window lazily because of backward compatibility,
+    //     old applications may create a wxTaskBarIcon instance before wxApp
     //     is initialized (as samples/taskbar used to do)
     if (!m_win)
     {