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:
parent
7c3ae1559b
commit
c193aa13aa
@ -45,3 +45,8 @@
|
||||
#endif
|
||||
|
||||
#endif /*FL_NATIVE_FILE_CHOOSER_H*/
|
||||
|
||||
//
|
||||
// End of "$Id$".
|
||||
//
|
||||
|
||||
|
@ -109,3 +109,8 @@ public:
|
||||
// added by MG
|
||||
Fl_Choice *showChoice;
|
||||
};
|
||||
|
||||
//
|
||||
// End of "$Id$".
|
||||
//
|
||||
|
||||
|
@ -154,3 +154,8 @@ public:
|
||||
const char *errmsg() const;
|
||||
int show();
|
||||
};
|
||||
|
||||
//
|
||||
// End of "$Id$".
|
||||
//
|
||||
|
||||
|
@ -104,3 +104,8 @@ public:
|
||||
const char *errmsg() const;
|
||||
int show();
|
||||
};
|
||||
|
||||
//
|
||||
// End of "$Id$".
|
||||
//
|
||||
|
||||
|
@ -41,5 +41,5 @@
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id:".
|
||||
// End of "$Id$".
|
||||
//
|
||||
|
@ -391,5 +391,5 @@ void FNFC_CLASS::remove_hidden_files(Fl_File_Browser *my_fileList)
|
||||
}
|
||||
|
||||
//
|
||||
// End of "$Id:".
|
||||
// End of "$Id$".
|
||||
//
|
||||
|
@ -1083,5 +1083,5 @@ int FNFC_CLASS::post() {
|
||||
#endif //__APPLE_COCOA__
|
||||
|
||||
//
|
||||
// End of "$Id:".
|
||||
// End of "$Id$".
|
||||
//
|
||||
|
@ -844,5 +844,5 @@ LPCWSTR utf8towchar(const char *in)
|
||||
}
|
||||
|
||||
//
|
||||
// End of "$Id:".
|
||||
// End of "$Id$".
|
||||
//
|
||||
|
@ -79,5 +79,5 @@ static void chrcat(char *s, char c) {
|
||||
}
|
||||
|
||||
//
|
||||
// End of "$Id:".
|
||||
// End of "$Id$".
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user