diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-10-31 16:30:07 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-10-31 16:30:07 +0000 |
| commit | 2ecabfa67635d7d0012949e6e913d76fbcd82607 (patch) | |
| tree | 64f54ca4cfe4d178b21219b621f6ea686c531516 /src/Fl_Progress.cxx | |
| parent | 13267ea186068caecb63b2fa89e0c620222e0469 (diff) | |
Moved Fl_Preferences documentation to the correct places.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6490 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Progress.cxx')
| -rw-r--r-- | src/Fl_Progress.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Progress.cxx b/src/Fl_Progress.cxx index ee311a326..c80d091c2 100644 --- a/src/Fl_Progress.cxx +++ b/src/Fl_Progress.cxx @@ -50,7 +50,7 @@ // 'Fl_Progress::draw()' - Draw the check button. // -/** Draws the check button. */ +/** Draws the progress bar. */ void Fl_Progress::draw() { int progress; // Size of progress bar... |
