]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gifdecod.h
Try loading even English translations if provided.
[wxWidgets.git] / include / wx / gifdecod.h
index 15208231576b9aad2211fba01162ae6ec1808277..f0b84fc4bf95b52abf32cb45bb386999c5c063aa 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxGIFDecoder, GIF reader for wxImage and wxAnimation
 // Author:      Guillermo Rodriguez Garcia <guille@iies.es>
 // Version:     3.02
-// CVS-ID:      $Id$
 // Copyright:   (c) 1999 Guillermo Rodriguez Garcia
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -95,7 +94,7 @@ private:
     wxGIFErrorCode dgif(wxInputStream& stream,
                         GIFImage *img, int interl, int bits);
 
-    
+
     // array of all frames
     wxArrayPtrVoid m_frames;