Forgot to commit some files

This commit is contained in:
Vedran Ljubovic 2008-06-22 07:12:45 +00:00
parent 11922d5035
commit 08261736b7
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,7 @@
SubDir TOP efiler ;
SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp EDE_DirTree.cpp Util.cpp efiler.cpp fileops.cpp filesystem.cpp
Flu_Wrap_Group.cpp EDE_FileIconView.cpp EDE_FileDetailsView.cpp ede_strverscmp.c ;
SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp EDE_DirTree.cpp Util.cpp efiler.cpp fileops.cpp filesystem.cpp Flu_Wrap_Group.cpp EDE_FileIconView.cpp EDE_FileDetailsView.cpp ede_strverscmp.c mailcap.cpp OpenWith.cpp ;
LinkAgainst efiler : -lXpm ;

View File

@ -18,7 +18,8 @@ enum MailcapAction {
MAILCAP_VIEW = 1,
MAILCAP_CREATE = 2,
MAILCAP_EDIT = 4,
MAILCAP_PRINT = 8
MAILCAP_PRINT = 8,
MAILCAP_EXEC = 16 // execute
};