]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmprint.h
Implement SelectAll for OSX WebKit.
[wxWidgets.git] / include / wx / html / htmprint.h
index 73239426d8ee7f9b955d1b5b7cdfffa45ef7704e..2ff79b9fdc7ac5f3dc9aaa69e4d99ab02d9a3e28 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        htmprint.h
+// Name:        wx/html/htmprint.h
 // Purpose:     html printing classes
 // Author:      Vaclav Slavik
 // Created:     25/09/99
@@ -199,7 +199,6 @@ private:
 
 private:
     int m_NumPages;
-    //int m_PageBreaks[wxHTML_PRINT_MAX_PAGES];
     wxArrayInt m_PageBreaks;
 
     wxString m_Document, m_BasePath;