From e04535a449956f4d503195be5ee2cfff01c4e43a Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Tue, 30 Nov 1999 00:55:14 +0000 Subject: [PATCH] Add 'indent' atom. r=hyatt git-svn-id: svn://10.0.0.236/trunk@54661 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/shared/public/nsXULAtomList.h | 1 + mozilla/layout/xul/content/src/nsXULAtomList.h | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/content/shared/public/nsXULAtomList.h b/mozilla/content/shared/public/nsXULAtomList.h index db81bb1829c..0cb5de8129a 100644 --- a/mozilla/content/shared/public/nsXULAtomList.h +++ b/mozilla/content/shared/public/nsXULAtomList.h @@ -67,6 +67,7 @@ XUL_ATOM(treecolgroup, "treecolgroup") // A column group in the tree view XUL_ATOM(treefoot, "treefoot") // The footer of the tree view XUL_ATOM(treepusher, "treepusher") // A column pusher (left or right) for the tree view XUL_ATOM(scrollbarlist, "scrollbarlist") // An atom for internal use by the tree view +XUL_ATOM(indent, "indent") // indicates that a cell should be indented XUL_ATOM(open, "open") // Whether or not a menu, tree, etc. is open diff --git a/mozilla/layout/xul/content/src/nsXULAtomList.h b/mozilla/layout/xul/content/src/nsXULAtomList.h index db81bb1829c..0cb5de8129a 100644 --- a/mozilla/layout/xul/content/src/nsXULAtomList.h +++ b/mozilla/layout/xul/content/src/nsXULAtomList.h @@ -67,6 +67,7 @@ XUL_ATOM(treecolgroup, "treecolgroup") // A column group in the tree view XUL_ATOM(treefoot, "treefoot") // The footer of the tree view XUL_ATOM(treepusher, "treepusher") // A column pusher (left or right) for the tree view XUL_ATOM(scrollbarlist, "scrollbarlist") // An atom for internal use by the tree view +XUL_ATOM(indent, "indent") // indicates that a cell should be indented XUL_ATOM(open, "open") // Whether or not a menu, tree, etc. is open