From be484a2116909be331f76a04073a25331596e099 Mon Sep 17 00:00:00 2001 From: SHIMODA Hiroshi Date: Tue, 29 Nov 2011 17:53:21 +0900 Subject: [PATCH] title of grouping tab can be customized by F2 key --- content/treestyletab/group.xul | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/treestyletab/group.xul b/content/treestyletab/group.xul index 0089875e..b36cefb0 100644 --- a/content/treestyletab/group.xul +++ b/content/treestyletab/group.xul @@ -5,6 +5,12 @@ onclick="onClick(event)" ondblclick="onDblClick(event)" title="&group.default;"> + + + + + + @@ -55,6 +61,8 @@ if (location.href.indexOf('?') > -1 && title) { function enterEdit() { + if (gDeck.selectedIndex == 1) return; + gEdit.value = gLabel.value; gDeck.selectedIndex = 1; gEdit.focus();