diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-07 13:36:26 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-07 13:36:26 +0000 |
| commit | eb9fdfb01f1a636a916df2dc5aab23d5903d3c08 (patch) | |
| tree | df4f608403cca1e3fc68750a4662361eeaafd906 /src/fl_set_fonts.cxx | |
| parent | ddc55fd591e8a7ea68b78c8ae961bebaacb0fc0b (diff) | |
Changed #include "*.C" to "*.cxx"...
git-svn-id: file:///fltk/svn/fltk/trunk@140 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_set_fonts.cxx')
| -rw-r--r-- | src/fl_set_fonts.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_set_fonts.cxx b/src/fl_set_fonts.cxx index 0ea1abf19..7c4039cbf 100644 --- a/src/fl_set_fonts.cxx +++ b/src/fl_set_fonts.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_set_fonts.cxx,v 1.4 1998/12/02 15:51:37 mike Exp $" +// "$Id: fl_set_fonts.cxx,v 1.5 1998/12/07 13:36:26 mike Exp $" // // More font utilities for the Fast Light Tool Kit (FLTK). // @@ -29,7 +29,7 @@ // and bold italic. #ifdef WIN32 -#include "fl_set_fonts_win32.C" +#include "fl_set_fonts_win32.cxx" #else // Standard X fonts are matched by a pattern that is always of @@ -325,5 +325,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { #endif // -// End of "$Id: fl_set_fonts.cxx,v 1.4 1998/12/02 15:51:37 mike Exp $". +// End of "$Id: fl_set_fonts.cxx,v 1.5 1998/12/07 13:36:26 mike Exp $". // |
