From 08261736b7347c50d3604aa62709a230cb14004f Mon Sep 17 00:00:00 2001 From: Vedran Ljubovic Date: Sun, 22 Jun 2008 07:12:45 +0000 Subject: [PATCH] Forgot to commit some files --- efiler/Jamfile | 3 +-- efiler/mailcap.h | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/efiler/Jamfile b/efiler/Jamfile index bbce5eb..e4431ac 100644 --- a/efiler/Jamfile +++ b/efiler/Jamfile @@ -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 ; diff --git a/efiler/mailcap.h b/efiler/mailcap.h index 05485e2..a64b81f 100644 --- a/efiler/mailcap.h +++ b/efiler/mailcap.h @@ -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 };