]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagtga.h
Use wxGetTranslation() instead of _() in the public headers.
[wxWidgets.git] / include / wx / imagtga.h
index b5fdc3362b3793588c4efd7b8953f5dcc4927608..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
 /////////////////////////////////////////////////////////////////////////////
 
 #if wxUSE_TGA
 
-class WXDLLEXPORT wxTGAHandler : public wxImageHandler
+class WXDLLIMPEXP_CORE wxTGAHandler : public wxImageHandler
 {
 public:
     wxTGAHandler()
     {
         m_name = wxT("TGA file");
         m_extension = wxT("tga");
+        m_altExtensions.Add(wxT("tpic"));
         m_type = wxBITMAP_TYPE_TGA;
         m_mime = wxT("image/tga");
     }