diff options
| author | Manolo Gouy <Manolo> | 2018-08-09 11:25:56 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-08-09 11:25:56 +0000 |
| commit | 1dd21622f5462c0d6a930156f78325bc6c4ba68b (patch) | |
| tree | 6428d0fb26fbfdedbd128ac606056729e9bd6ce1 /src | |
| parent | cd399d989897e650cc7928c4ebd9bf89892d7995 (diff) | |
Fix typo in Doxygen doc
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13012 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 8d99d679e..b5ab7b164 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -2126,7 +2126,7 @@ float Fl::screen_scale(int n) { } /** Set the value of the GUI scaling factor for screen number \p n. -Call this function before the fist window is show()'n and after +Call this function before the first window is show()'n and after a call to fl_open_display() to set the application's initial scaling factor value. */ void Fl::screen_scale(int n, float factor) { Fl::screen_driver()->scale(n, factor); |
