summaryrefslogtreecommitdiff
path: root/FL/Fl_Progress.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-04-18 20:37:29 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-04-18 20:37:29 +0000
commit7e8ec10e6d9a50ea7a4cea0d00cf7566135c8a15 (patch)
treed8d7e5e749739ac9a8115b1f9aba62a8bc65a890 /FL/Fl_Progress.H
parent9ca9171e7a35f4a2b3b6c8b52bdc966218b8137f (diff)
Add missing docos for Fl_Progress.
Add Fl_File_Chooser::directory_label, filename_label, and filter_label static string pointers for labels (allows for I18N of the file chooser). Fix typos in other docos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2098 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Progress.H')
-rw-r--r--FL/Fl_Progress.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Progress.H b/FL/Fl_Progress.H
index c950d40e1..a1f95bf2c 100644
--- a/FL/Fl_Progress.H
+++ b/FL/Fl_Progress.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Progress.H,v 1.1.2.2 2002/01/01 15:11:28 easysw Exp $"
+// "$Id: Fl_Progress.H,v 1.1.2.3 2002/04/18 20:37:29 easysw Exp $"
//
// Progress bar widget definitions.
//
@@ -40,8 +40,8 @@
class Fl_Progress : public Fl_Widget
{
float value_,
- minimum_,
- maximum_;
+ minimum_,
+ maximum_;
protected:
@@ -64,5 +64,5 @@ class Fl_Progress : public Fl_Widget
#endif // !_Fl_Progress_H_
//
-// End of "$Id: Fl_Progress.H,v 1.1.2.2 2002/01/01 15:11:28 easysw Exp $".
+// End of "$Id: Fl_Progress.H,v 1.1.2.3 2002/04/18 20:37:29 easysw Exp $".
//