From c193aa13aa043b2c884ce9cca97fd7203e7b9838 Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Thu, 14 Jan 2010 19:38:23 +0000 Subject: [PATCH] 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 --- FL/Fl_Native_File_Chooser.H | 5 +++++ FL/Fl_Native_File_Chooser_FLTK.H | 5 +++++ FL/Fl_Native_File_Chooser_MAC.H | 5 +++++ FL/Fl_Native_File_Chooser_WIN32.H | 5 +++++ src/Fl_Native_File_Chooser.cxx | 2 +- src/Fl_Native_File_Chooser_FLTK.cxx | 2 +- src/Fl_Native_File_Chooser_MAC.cxx | 2 +- src/Fl_Native_File_Chooser_WIN32.cxx | 2 +- src/Fl_Native_File_Chooser_common.cxx | 2 +- 9 files changed, 25 insertions(+), 5 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$". +// + diff --git a/src/Fl_Native_File_Chooser.cxx b/src/Fl_Native_File_Chooser.cxx index 62bb526e4..a7071a532 100644 --- a/src/Fl_Native_File_Chooser.cxx +++ b/src/Fl_Native_File_Chooser.cxx @@ -41,5 +41,5 @@ #endif // -// End of "$Id:". +// End of "$Id$". // diff --git a/src/Fl_Native_File_Chooser_FLTK.cxx b/src/Fl_Native_File_Chooser_FLTK.cxx index e77e18700..5649c7f7e 100644 --- a/src/Fl_Native_File_Chooser_FLTK.cxx +++ b/src/Fl_Native_File_Chooser_FLTK.cxx @@ -391,5 +391,5 @@ void FNFC_CLASS::remove_hidden_files(Fl_File_Browser *my_fileList) } // -// End of "$Id:". +// End of "$Id$". // diff --git a/src/Fl_Native_File_Chooser_MAC.cxx b/src/Fl_Native_File_Chooser_MAC.cxx index 8d3b3f9d9..b222d2d84 100644 --- a/src/Fl_Native_File_Chooser_MAC.cxx +++ b/src/Fl_Native_File_Chooser_MAC.cxx @@ -1083,5 +1083,5 @@ int FNFC_CLASS::post() { #endif //__APPLE_COCOA__ // -// End of "$Id:". +// End of "$Id$". // diff --git a/src/Fl_Native_File_Chooser_WIN32.cxx b/src/Fl_Native_File_Chooser_WIN32.cxx index 3d9545903..e74e4ba6d 100644 --- a/src/Fl_Native_File_Chooser_WIN32.cxx +++ b/src/Fl_Native_File_Chooser_WIN32.cxx @@ -844,5 +844,5 @@ LPCWSTR utf8towchar(const char *in) } // -// End of "$Id:". +// End of "$Id$". // diff --git a/src/Fl_Native_File_Chooser_common.cxx b/src/Fl_Native_File_Chooser_common.cxx index 4eefcad14..ed2853111 100644 --- a/src/Fl_Native_File_Chooser_common.cxx +++ b/src/Fl_Native_File_Chooser_common.cxx @@ -79,5 +79,5 @@ static void chrcat(char *s, char c) { } // -// End of "$Id:". +// End of "$Id$". //