]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/webviewarchivehandler.h
Another Basque translations update from Xabier Aramendi.
[wxWidgets.git] / interface / wx / webviewarchivehandler.h
index 4077bc1a1d8017c8be19a094de003724cf1e25a2..a1858c26ffca4a48515abae15f2f7b084ac5c568 100644 (file)
@@ -1,23 +1,23 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        webfilehandler.h
+// Name:        webviewarchivehandler.h
 // Purpose:     interface of wxWebViewArchiveHandler
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
     @class wxWebViewArchiveHandler
-  
-    A custom handler for the file scheme which also supports loading from 
-    archives. The syntax for wxWebViewArchiveHandler differs from virtual file 
+
+    A custom handler for the file scheme which also supports loading from
+    archives. The syntax for wxWebViewArchiveHandler differs from virtual file
     systems in the rest of wxWidgets by using a syntax such as
-    <code> scheme:///C:/exmaple/docs.zip;protocol=zip/main.htm </code> 
-    Currently the only supported protocol is @c zip. 
-   
-    @library{wxweb}
-    @category{web}
-    
+    <code> scheme:///C:/example/docs.zip;protocol=zip/main.htm </code>
+    Currently the only supported protocol is @c zip.
+
+    @since 2.9.3
+    @library{wxwebview}
+    @category{webview}
+
     @see wxWebView, wxWebViewHandler
  */
 class wxWebViewArchiveHandler : public wxWebViewHandler
@@ -28,4 +28,4 @@ public:
     */
     wxWebViewArchiveHandler(const wxString& scheme);
     virtual wxFSFile* GetFile(const wxString &uri);
-};
\ No newline at end of file
+};