From 2c7bf1ccef93895052aefc4bb541d74933a914e3 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Wed, 15 Aug 2007 02:54:34 +0000 Subject: Bug 259723 – Alternative Bugzilla CSS. Patch by Marc Schumann , r=glob,LpSolit; a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index d6d216155..7e3a97b7d 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -57,7 +57,7 @@ sub SETTINGS { state_addselfcc => { options => ['always', 'never', 'cc_unless_role'], default => 'cc_unless_role' }, # 2006-08-04 wurblzap@gmail.com -- Bug 322693 - skin => { subclass => 'Skin', default => 'standard' }, + skin => { subclass => 'Skin', default => 'Dusk' }, # 2006-12-10 LpSolit@gmail.com -- Bug 297186 lang => { options => \@languages, default => $languages[0] }, -- cgit v1.2.3-24-g4f1b