]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/table.h
remove miniframe stuff from GtkOnSize(), it's handled by wxFrame
[wxWidgets.git] / utils / tex2rtf / src / table.h
index 4597318e3a4c74c58f4c5567f73f3b97e8461a26..5a7e5baaf24e99ab4e09648487458c58e2225f69 100644 (file)
@@ -21,7 +21,7 @@ struct ColumnData
   int spacing;        // Space between columns in twips
   bool leftBorder;
   bool rightBorder;
-  bool absWidth;      // If FALSE (the default), don't use an absolute width if you can help it.
+  bool absWidth;      // If false (the default), don't use an absolute width if you can help it.
 };
 
 extern ColumnData TableData[];