Bug 299650: Go To Date dialog shows no datepicker. patch by jminta, r=mvl

This commit is contained in:
mvl%exedo.nl 2005-07-04 17:42:13 +00:00
Родитель 50614338cf
Коммит bfa09d5237
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -38,7 +38,7 @@
<?xml-stylesheet type="text/css"
href="chrome://global/skin/global.css" ?>
<?xml-stylesheet type="text/css"
href="chrome://calendar/content/datetimepickers/datepicker.css" ?>
href="chrome://calendar/content/datetimepickers/datetimepickers.css" ?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
@ -79,7 +79,7 @@
<!-- dialog-box: from dialogOverlay.xul -->
<hbox>
<hbox align="center">
<description>&calendar.flat.topbar.choosedate;</description>
<datepicker id="datepicker"/>
</hbox>