diff options
| author | Ian MacArthur <imacarthur@gmail.com> | 2010-01-14 19:38:23 +0000 |
|---|---|---|
| committer | Ian MacArthur <imacarthur@gmail.com> | 2010-01-14 19:38:23 +0000 |
| commit | c193aa13aa043b2c884ce9cca97fd7203e7b9838 (patch) | |
| tree | d8f9e3f95e74c3c25dd40ff01888058a87baaae6 /FL | |
| parent | 7c3ae1559b15b73387c00e9c6dfa3b032144b60e (diff) | |
More Native File Chooser stuff.
The end of file Id tags aren't expanding correctly - looks like a typo.
This is an attempt to fix that!
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7001 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Native_File_Chooser.H | 5 | ||||
| -rw-r--r-- | FL/Fl_Native_File_Chooser_FLTK.H | 5 | ||||
| -rw-r--r-- | FL/Fl_Native_File_Chooser_MAC.H | 5 | ||||
| -rw-r--r-- | FL/Fl_Native_File_Chooser_WIN32.H | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H index 77b10dbd0..a425145ce 100644 --- a/FL/Fl_Native_File_Chooser.H +++ b/FL/Fl_Native_File_Chooser.H @@ -45,3 +45,8 @@ #endif #endif /*FL_NATIVE_FILE_CHOOSER_H*/ + +// +// End of "$Id$". +// + diff --git a/FL/Fl_Native_File_Chooser_FLTK.H b/FL/Fl_Native_File_Chooser_FLTK.H index afc671048..a48647ed7 100644 --- a/FL/Fl_Native_File_Chooser_FLTK.H +++ b/FL/Fl_Native_File_Chooser_FLTK.H @@ -109,3 +109,8 @@ public: // added by MG Fl_Choice *showChoice; }; + +// +// End of "$Id$". +// + diff --git a/FL/Fl_Native_File_Chooser_MAC.H b/FL/Fl_Native_File_Chooser_MAC.H index c65e8909e..e3a2abeb3 100644 --- a/FL/Fl_Native_File_Chooser_MAC.H +++ b/FL/Fl_Native_File_Chooser_MAC.H @@ -154,3 +154,8 @@ public: const char *errmsg() const; int show(); }; + +// +// End of "$Id$". +// + diff --git a/FL/Fl_Native_File_Chooser_WIN32.H b/FL/Fl_Native_File_Chooser_WIN32.H index 6429e461c..c9f5ae397 100644 --- a/FL/Fl_Native_File_Chooser_WIN32.H +++ b/FL/Fl_Native_File_Chooser_WIN32.H @@ -104,3 +104,8 @@ public: const char *errmsg() const; int show(); }; + +// +// End of "$Id$". +// + |
