From d445d152b1479eeef914daca48a70f3416534c52 Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Mon, 23 Apr 2001 13:20:21 +0000 Subject: [PATCH] Add icon for new branch types git-svn-id: http://root.cern.ch/svn/root/trunk@2051 27541ba8-7e3a-0410-8455-c3a389f83636 --- etc/root.mimes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/root.mimes b/etc/root.mimes index 6b530ffa5ae..70da96629bc 100644 --- a/etc/root.mimes +++ b/etc/root.mimes @@ -150,6 +150,16 @@ pattern = TChain icon = chain_s.xpm chain_t.xpm action = ->Browse() +[root/tbranch] +pattern = TBranch* +icon = leaf_s.xpm leaf_t.xpm +action = ->Browse() + +[root/tbranchelement] +pattern = TBranchElement* +icon = leaf_s.xpm leaf_t.xpm +action = ->Browse() + [root/tleaf] pattern = TLeaf* icon = leaf_s.xpm leaf_t.xpm -- GitLab