]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagtga.h
Comment-only update
[wxWidgets.git] / include / wx / imagtga.h
index f17dcf7cff036f2b1047cba9a67504fd53a40e88..d11083785f8d8eae31380631f30ffe0304613493 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/imagtga.h
 // Purpose:     wxImage TGA handler
 // Author:      Seth Jackson
-// RCS-ID:      $Id$
 // Copyright:   (c) 2005 Seth Jackson
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -25,6 +24,7 @@ public:
     {
         m_name = wxT("TGA file");
         m_extension = wxT("tga");
+        m_altExtensions.Add(wxT("tpic"));
         m_type = wxBITMAP_TYPE_TGA;
         m_mime = wxT("image/tga");
     }