Skip to content

Commit

Permalink
More Native File Chooser stuff.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
imaclmaca committed Jan 14, 2010
1 parent 7c3ae15 commit c193aa1
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 5 deletions.
5 changes: 5 additions & 0 deletions FL/Fl_Native_File_Chooser.H
Expand Up @@ -45,3 +45,8 @@
#endif

#endif /*FL_NATIVE_FILE_CHOOSER_H*/

//
// End of "$Id$".
//

5 changes: 5 additions & 0 deletions FL/Fl_Native_File_Chooser_FLTK.H
Expand Up @@ -109,3 +109,8 @@ public:
// added by MG
Fl_Choice *showChoice;
};

//
// End of "$Id$".
//

5 changes: 5 additions & 0 deletions FL/Fl_Native_File_Chooser_MAC.H
Expand Up @@ -154,3 +154,8 @@ public:
const char *errmsg() const;
int show();
};

//
// End of "$Id$".
//

5 changes: 5 additions & 0 deletions FL/Fl_Native_File_Chooser_WIN32.H
Expand Up @@ -104,3 +104,8 @@ public:
const char *errmsg() const;
int show();
};

//
// End of "$Id$".
//

2 changes: 1 addition & 1 deletion src/Fl_Native_File_Chooser.cxx
Expand Up @@ -41,5 +41,5 @@
#endif

//
// End of "$Id:".
// End of "$Id$".
//
2 changes: 1 addition & 1 deletion src/Fl_Native_File_Chooser_FLTK.cxx
Expand Up @@ -391,5 +391,5 @@ void FNFC_CLASS::remove_hidden_files(Fl_File_Browser *my_fileList)
}

//
// End of "$Id:".
// End of "$Id$".
//
2 changes: 1 addition & 1 deletion src/Fl_Native_File_Chooser_MAC.cxx
Expand Up @@ -1083,5 +1083,5 @@ int FNFC_CLASS::post() {
#endif //__APPLE_COCOA__

//
// End of "$Id:".
// End of "$Id$".
//
2 changes: 1 addition & 1 deletion src/Fl_Native_File_Chooser_WIN32.cxx
Expand Up @@ -844,5 +844,5 @@ LPCWSTR utf8towchar(const char *in)
}

//
// End of "$Id:".
// End of "$Id$".
//
2 changes: 1 addition & 1 deletion src/Fl_Native_File_Chooser_common.cxx
Expand Up @@ -79,5 +79,5 @@ static void chrcat(char *s, char c) {
}

//
// End of "$Id:".
// End of "$Id$".
//

0 comments on commit c193aa1

Please sign in to comment.