X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c155d33875eb3641bf845fbac186c1b5470708e..3903f408241aedc3b2f5e24349d0ac939ba9164c:/utils/tex2rtf/src/table.h diff --git a/utils/tex2rtf/src/table.h b/utils/tex2rtf/src/table.h index 4597318e3a..5a7e5baaf2 100644 --- a/utils/tex2rtf/src/table.h +++ b/utils/tex2rtf/src/table.h @@ -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[];