Checked in patch for bug 209366: Calendar not hightlighted, when opening preferences

This commit is contained in:
mostafah%oeone.com 2003-08-05 14:22:36 +00:00
Родитель ba0052b4dc
Коммит 4e55e16102
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -237,7 +237,7 @@ function calendarFinish()
function launchPreferences()
{
goPreferences( "calendarPanel", "chrome://calendar/content/pref/calendarPref.xul", "calendar" );
goPreferences( "calendarPanel", "chrome://calendar/content/pref/calendarPref.xul", "calendarPanel" );
}