diff options
| author | Ian MacArthur <imacarthur@gmail.com> | 2013-04-26 16:00:36 +0000 |
|---|---|---|
| committer | Ian MacArthur <imacarthur@gmail.com> | 2013-04-26 16:00:36 +0000 |
| commit | 2e5c45aec78b9c1316bd058a84586cd39a0899ee (patch) | |
| tree | 8f70eb7ae014db4a50a5693131cfd9d5f67bbea6 /src | |
| parent | 61e257d57cede875e1a53125d96daa00695a9966 (diff) | |
Test of repo access - non-changing in terms of functionality!
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9900 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_set_fonts_xft.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_set_fonts_xft.cxx b/src/fl_set_fonts_xft.cxx index 35c2527c6..2aa3edcaf 100644 --- a/src/fl_set_fonts_xft.cxx +++ b/src/fl_set_fonts_xft.cxx @@ -29,7 +29,7 @@ // of the font name array. #define ENDOFBUFFER 127 // sizeof(Fl_Font.fontname)-1 -// turn a stored font name into a pretty name: +// turn a stored font name in "fltk format" into a pretty name: const char* Fl::get_font_name(Fl_Font fnum, int* ap) { Fl_Fontdesc *f = fl_fonts + fnum; if (!f->fontname[0]) { |
