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
This commit is contained in:
Ian MacArthur 2010-01-14 19:38:23 +00:00
parent 7c3ae1559b
commit c193aa13aa
9 changed files with 25 additions and 5 deletions

View File

@ -45,3 +45,8 @@
#endif
#endif /*FL_NATIVE_FILE_CHOOSER_H*/
//
// End of "$Id$".
//

View File

@ -109,3 +109,8 @@ public:
// added by MG
Fl_Choice *showChoice;
};
//
// End of "$Id$".
//

View File

@ -154,3 +154,8 @@ public:
const char *errmsg() const;
int show();
};
//
// End of "$Id$".
//

View File

@ -104,3 +104,8 @@ public:
const char *errmsg() const;
int show();
};
//
// End of "$Id$".
//

View File

@ -41,5 +41,5 @@
#endif
//
// End of "$Id:".
// End of "$Id$".
//

View File

@ -391,5 +391,5 @@ void FNFC_CLASS::remove_hidden_files(Fl_File_Browser *my_fileList)
}
//
// End of "$Id:".
// End of "$Id$".
//

View File

@ -1083,5 +1083,5 @@ int FNFC_CLASS::post() {
#endif //__APPLE_COCOA__
//
// End of "$Id:".
// End of "$Id$".
//

View File

@ -844,5 +844,5 @@ LPCWSTR utf8towchar(const char *in)
}
//
// End of "$Id:".
// End of "$Id$".
//

View File

@ -79,5 +79,5 @@ static void chrcat(char *s, char c) {
}
//
// End of "$Id:".
// End of "$Id$".
//